diff --git a/app/api/auth/options.ts b/app/api/auth/options.ts index e0366f87..1c27a93c 100644 --- a/app/api/auth/options.ts +++ b/app/api/auth/options.ts @@ -500,7 +500,7 @@ export const authOptions: NextAuthOptions = { console.log('User:', user?.id, user?.email); console.log('Account:', account?.provider); console.log('Profile:', profile?.sub); - return true; + // Don't return anything - NextAuth events should return void }, async signOut() { console.log('=== NEXTAUTH SIGNOUT EVENT ===');