Stop exporting CSRF_experimental from auth
This commit is contained in:
parent
3347ff30e7
commit
70004bb916
@ -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({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user