From 70004bb916b4fe8d0c000fc9592cfafd925bfcb6 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 30 Sep 2023 23:52:25 -0500 Subject: [PATCH] Stop exporting CSRF_experimental from auth --- src/auth/index.ts | 1 - 1 file changed, 1 deletion(-) 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({