Fix deployment to Vercel

This commit is contained in:
Jared Palmer 2023-06-21 11:17:59 -07:00
parent 3bcaa6fe6e
commit e8003b2c22
4 changed files with 16 additions and 11 deletions

View file

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