refactor(server scopes): use constants for profile email scope
This commit is contained in:
@@ -38,7 +38,7 @@ const main = async () => {
|
||||
Scopes.Tokens.Write,
|
||||
Scopes.Tokens.Read,
|
||||
Scopes.Profile.Read,
|
||||
'profile:email'
|
||||
Scopes.Profile.Email
|
||||
]
|
||||
)}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user