diff --git a/apps/web/lib/auth/options.ts b/apps/web/lib/auth/options.ts index 6ed82581c5..765af3ceac 100644 --- a/apps/web/lib/auth/options.ts +++ b/apps/web/lib/auth/options.ts @@ -278,6 +278,7 @@ export const authOptions: NextAuthOptions = { }, }, pages: { + signIn: "/login", error: "/login", }, callbacks: {