mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
2 commits
7418f53e31
...
59dc478eb1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59dc478eb1 | ||
|
|
6b0cca9929 |
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ class PassportOpenIDConnect {
|
|||
try {
|
||||
const received_user = {
|
||||
auth_id: profile.id,
|
||||
email: profile.emails[0].value,
|
||||
name: profile.name.givenName,
|
||||
email: profile.emails[0].value.toLowerCase(),
|
||||
name: profile.name.displayName,
|
||||
roles: []
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue