diff --git a/apps/web/utils/auth.ts b/apps/web/utils/auth.ts index 35773eb7b4..e94ae91883 100644 --- a/apps/web/utils/auth.ts +++ b/apps/web/utils/auth.ts @@ -81,7 +81,7 @@ const PROVIDER_CONFIG = { } as const; export const getAuthOptions: () => NextAuthConfig = () => ({ - debug: false, + debug: true, providers: [ GoogleProvider({ clientId: env.GOOGLE_CLIENT_ID,