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