Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
c5fa8067ec |
@ -106,6 +106,7 @@ async function addEmail(req) {
|
||||
headers: {
|
||||
Authorization: "Bearer " + req.jwt,
|
||||
},
|
||||
json: true,
|
||||
});
|
||||
var result = (resp.body && resp.body.result) || resp.body || {};
|
||||
console.log("authz-email:", result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user