Compare commits

..

No commits in common. "b3c618a81183b5a67a822d665a309b15958fd1a7" and "e200973af77c4de9383600d447e12f7255be4e0b" have entirely different histories.

View file

@ -52,7 +52,7 @@ class PassportOpenIDConnect {
const received_user = { const received_user = {
auth_id: profile.id, auth_id: profile.id,
email: profile.emails[0].value, email: profile.emails[0].value,
name: profile.displayName, name: profile.name.givenName,
roles: [] roles: []
}; };