Skip to content

Commit b19e429

Browse files
committed
docs: clarify Apple profile image workaround
1 parent 11c825a commit b19e429

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/pages/config/oauth/apple.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ export const { auth, signIn, signOut, store, isAuthenticated } = convexAuth({
194194
const name = appleInfo.user
195195
? `${appleInfo.user.name.firstName} ${appleInfo.user.name.lastName}`
196196
: undefined;
197+
// Apple's built-in profile callback returns `image: null`, so omit it here.
197198
return {
198199
id: appleInfo.sub,
199200
name: name,

0 commit comments

Comments
 (0)