Skip to content

Commit 3e7cda0

Browse files
fix: add image prop to social signup (#5064)
1 parent a9101b0 commit 3e7cda0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/src/components/auth/AuthOptionsInner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ function AuthOptionsInner({
429429
};
430430

431431
const onSocialCompletion = async (params) => {
432-
updateUserProfile({ ...params });
432+
updateUserProfile({ ...params, image: user?.image });
433433
await syncSettings();
434434
};
435435

0 commit comments

Comments
 (0)