feat: user email only
This commit is contained in:
parent
37c64dd17f
commit
a72ee06045
|
|
@ -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`
|
||||
)}`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue