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. "59dc478eb113fa10ee183de54421b29a096f89c2" and "7418f53e31e482db6e7eeabe6d1b14cf6098ab96" have entirely different histories.
59dc478eb1
...
7418f53e31
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ class PassportOpenIDConnect {
|
||||||
try {
|
try {
|
||||||
const received_user = {
|
const received_user = {
|
||||||
auth_id: profile.id,
|
auth_id: profile.id,
|
||||||
email: profile.emails[0].value.toLowerCase(),
|
email: profile.emails[0].value,
|
||||||
name: profile.name.displayName,
|
name: profile.name.givenName,
|
||||||
roles: []
|
roles: []
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue