mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-31 19:36:46 -05:00
fix: normalize email on linking
This commit is contained in:
@@ -102,6 +102,7 @@ export async function handleOAuthUserInfo(
|
||||
.createOAuthUser(
|
||||
{
|
||||
...userInfo,
|
||||
email: userInfo.email.toLowerCase(),
|
||||
id: undefined,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user