There was an error while loading. Please reload this page.
1 parent 11c825a commit b19e429Copy full SHA for b19e429
1 file changed
docs/pages/config/oauth/apple.mdx
@@ -194,6 +194,7 @@ export const { auth, signIn, signOut, store, isAuthenticated } = convexAuth({
194
const name = appleInfo.user
195
? `${appleInfo.user.name.firstName} ${appleInfo.user.name.lastName}`
196
: undefined;
197
+ // Apple's built-in profile callback returns `image: null`, so omit it here.
198
return {
199
id: appleInfo.sub,
200
name: name,
0 commit comments