From 2debd1376024b2f7b07e7edd1ea7a65a09d3ebd4 Mon Sep 17 00:00:00 2001 From: Suryadev78 Date: Wed, 19 Feb 2025 16:42:25 +0530 Subject: [PATCH] commit made --- apps/user-app/app/api/auth/[...nextauth]/route.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/user-app/app/api/auth/[...nextauth]/route.ts b/apps/user-app/app/api/auth/[...nextauth]/route.ts index 1cf7c687..8931ab03 100644 --- a/apps/user-app/app/api/auth/[...nextauth]/route.ts +++ b/apps/user-app/app/api/auth/[...nextauth]/route.ts @@ -1,6 +1,6 @@ -import NextAuth from "next-auth" -import { authOptions } from "../../../lib/auth" +import NextAuth from "next-auth"; +import { authOptions } from "../../../lib/auth"; -const handler = NextAuth(authOptions) +const handler = NextAuth(authOptions); -export { handler as GET, handler as POST } \ No newline at end of file +export { handler as GET, handler as POST };