From 30ee3213f79b09d458f68f801b8c37137287fcac Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 4 Jan 2026 11:11:38 +0100 Subject: [PATCH] Refactor flow 3 --- app/api/auth/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ===');