Stop exporting CSRF_experimental from auth

This commit is contained in:
Sam Becker 2023-09-30 23:52:25 -05:00
parent 3347ff30e7
commit 70004bb916

View File

@ -13,7 +13,6 @@ declare module 'next-auth' {
export const { export const {
handlers: { GET, POST }, handlers: { GET, POST },
auth, auth,
CSRF_experimental,
} = NextAuth({ } = NextAuth({
providers: [ providers: [
Credentials({ Credentials({