diff --git a/src/auth/index.ts b/src/auth/index.ts index b9a162f6..f548eb5c 100644 --- a/src/auth/index.ts +++ b/src/auth/index.ts @@ -13,7 +13,6 @@ declare module 'next-auth' { export const { handlers: { GET, POST }, auth, - CSRF_experimental, } = NextAuth({ providers: [ Credentials({