fix: team invitation links not working properly (#177) (#204)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Binlogo
2025-08-30 12:41:43 +08:00
committed by GitHub
parent 55d2a10f2f
commit fcd48dbfea
3 changed files with 20 additions and 4 deletions

View File

@@ -53,6 +53,11 @@ function getProviders() {
clientId: env.GITHUB_ID,
clientSecret: env.GITHUB_SECRET,
allowDangerousEmailAccountLinking: true,
authorization: {
params: {
scope: 'read:user user:email'
}
}
})
);
}