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