Compare commits

..

No commits in common. "59dc478eb113fa10ee183de54421b29a096f89c2" and "7418f53e31e482db6e7eeabe6d1b14cf6098ab96" have entirely different histories.

View file

@ -24,8 +24,8 @@ class PassportOpenIDConnect {
try {
const received_user = {
auth_id: profile.id,
email: profile.emails[0].value.toLowerCase(),
name: profile.name.displayName,
email: profile.emails[0].value,
name: profile.name.givenName,
roles: []
};