chore: upgrade next-auth

This commit is contained in:
Balázs Orbán 2023-06-20 17:22:04 +02:00
parent 11ef898222
commit 09645780b2
3 changed files with 11 additions and 29 deletions

View file

@ -15,7 +15,6 @@ export const {
auth,
CSRF_experimental
} = NextAuth({
// @ts-expect-error
providers: [GitHub],
callbacks: {
jwt: async ({ token, profile }) => {