Fix deployment to Vercel
This commit is contained in:
parent
3bcaa6fe6e
commit
e8003b2c22
4 changed files with 16 additions and 11 deletions
1
auth.ts
1
auth.ts
|
|
@ -15,6 +15,7 @@ export const {
|
|||
auth,
|
||||
CSRF_experimental
|
||||
} = NextAuth({
|
||||
// @ts-ignore
|
||||
providers: [GitHub],
|
||||
callbacks: {
|
||||
jwt: async ({ token, profile }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue