We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tgadmin
1 parent 8b8910f commit 24d7bbaCopy full SHA for 24d7bba
src/constants.js
@@ -65,9 +65,10 @@ export const USER_ROLE = {
65
SOLUTION_ARCHITECT: 'Solution Architect',
66
PROJECT_MANAGER: 'Project Manager',
67
TOPCODER_USER: 'Topcoder User',
68
+ TG_ADMIN: 'tgadmin'
69
};
70
-export const ADMIN_ROLES = [USER_ROLE.CONNECT_ADMIN, USER_ROLE.TOPCODER_ADMIN];
71
+export const ADMIN_ROLES = [USER_ROLE.CONNECT_ADMIN, USER_ROLE.TOPCODER_ADMIN, USER_ROLE.TG_ADMIN];
72
73
export const MANAGER_ROLES = [
74
...ADMIN_ROLES,
0 commit comments