From 7e820e46929495fc7db71475d8b55c7f271968a8 Mon Sep 17 00:00:00 2001 From: nishchal Date: Wed, 11 Dec 2024 20:45:48 +0530 Subject: [PATCH] new issue fixes --- apps/user-app/app/api/auth/[...nextauth]/route.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/user-app/app/api/auth/[...nextauth]/route.ts b/apps/user-app/app/api/auth/[...nextauth]/route.ts index 1cf7c687..67172338 100644 --- a/apps/user-app/app/api/auth/[...nextauth]/route.ts +++ b/apps/user-app/app/api/auth/[...nextauth]/route.ts @@ -1,6 +1,9 @@ import NextAuth from "next-auth" import { authOptions } from "../../../lib/auth" + + + const handler = NextAuth(authOptions) export { handler as GET, handler as POST } \ No newline at end of file