mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
fix profile displayName
This commit is contained in:
parent
c5d4368816
commit
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