mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
No commits in common. "b3c618a81183b5a67a822d665a309b15958fd1a7" and "e200973af77c4de9383600d447e12f7255be4e0b" have entirely different histories.
b3c618a811
...
e200973af7
1 changed files with 1 additions and 1 deletions
|
|
@ -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: []
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue