feat: user email only

This commit is contained in:
Nevo David 2024-03-17 21:28:56 +07:00
parent 37c64dd17f
commit a72ee06045
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export class SettingsController {
url: `https://github.com/login/oauth/authorize?client_id=${
process.env.GITHUB_CLIENT_ID
}&scope=${encodeURIComponent(
'read:org repo'
'user:email'
)}&redirect_uri=${encodeURIComponent(
`${process.env.FRONTEND_URL}/settings`
)}`,