refactor(server scopes): use constants for tokens write scopes

This commit is contained in:
Gergő Jedlicska
2023-07-26 13:26:49 +02:00
parent d12cb9d34a
commit 9b09a2d1c8
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ const main = async () => {
Scopes.Streams.Write,
Scopes.Users.Read,
Scopes.Users.Email,
'tokens:write',
Scopes.Tokens.Write,
'tokens:read',
'profile:read',
'profile:email'