refactor(server scopes): use constants for profile email scope

This commit is contained in:
Gergő Jedlicska
2023-07-26 13:32:08 +02:00
parent 61c4869091
commit c22e0dfe23
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const main = async () => {
Scopes.Tokens.Write,
Scopes.Tokens.Read,
Scopes.Profile.Read,
'profile:email'
Scopes.Profile.Email
]
)}`