diff --git a/src/commands/add/auth/next-auth/utils.ts b/src/commands/add/auth/next-auth/utils.ts index 770100b5..f20bbe6a 100644 --- a/src/commands/add/auth/next-auth/utils.ts +++ b/src/commands/add/auth/next-auth/utils.ts @@ -27,6 +27,7 @@ export const AuthProviders: ProviderConfig = { code: `GithubProvider({ clientId: env.GITHUB_CLIENT_ID, clientSecret: env.GITHUB_CLIENT_SECRET, + issuer: "https://github.com/login/oauth", })`, website: "https://github.com/settings/apps", },