fix: Lowercase email from auth providers to match any outstanding invites (#3369)

* fix: Lowercase email from auth providers to match any outstanding invites

* fix
This commit is contained in:
Tom Moor
2022-04-12 21:31:55 -07:00
committed by GitHub
parent 1de732c82a
commit d3ecab3489
5 changed files with 8 additions and 10 deletions

View File

@@ -61,8 +61,8 @@ if (GOOGLE_CLIENT_ID) {
subdomain,
},
user: {
name: profile.displayName,
email: profile.email,
name: profile.displayName,
avatarUrl: profile.picture,
},
authenticationProvider: {