You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Optional Options for further verification - Full list can be found here https://github.com/auth0/node-jsonwebtoken#jwtverifytoken-secretorpublickey-options-callback
367
368
// audience: 'localhost', // client id - can also be an array
@@ -378,6 +379,8 @@ module.exports = function (app) {
378
379
account.loadByUuid(username,(err,user)=>{
379
380
if(err)returnnext(err);
380
381
account.apple=userId;
382
+
// Save the email address here if we missed it before
0 commit comments