chore: upgrade next-auth
This commit is contained in:
parent
11ef898222
commit
09645780b2
3 changed files with 11 additions and 29 deletions
1
auth.ts
1
auth.ts
|
|
@ -15,7 +15,6 @@ export const {
|
|||
auth,
|
||||
CSRF_experimental
|
||||
} = NextAuth({
|
||||
// @ts-expect-error
|
||||
providers: [GitHub],
|
||||
callbacks: {
|
||||
jwt: async ({ token, profile }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue