Skip to content

Commit 6944207

Browse files
committed
Add auth info when upserting a user
1 parent 3e1b5e0 commit 6944207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/webapp/app/models/user.server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ export async function findOrCreateGoogleUser({
293293
displayName,
294294
name,
295295
avatarUrl,
296+
authenticationProfile: authProfile,
297+
authenticationExtraParams: authExtraParams,
296298
},
297299
create: {
298300
authenticationProfile: authProfile,

0 commit comments

Comments
 (0)