Compare commits
No commits in common. "master" and "v0.1.0" have entirely different histories.
@ -106,7 +106,6 @@ 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