diff --git a/app/lib/auth.ts b/app/lib/auth.ts index 916d09f..783d718 100644 --- a/app/lib/auth.ts +++ b/app/lib/auth.ts @@ -104,6 +104,7 @@ export const { clientId: process.env.AUTH_GITHUB_ID, clientSecret: process.env.AUTH_GITHUB_SECRET, allowDangerousEmailAccountLinking: true, + issuer: "https://github.com/login/oauth", }), Google({ clientId: process.env.AUTH_GOOGLE_ID,