Skip to content

Commit 503dbc2

Browse files
added admin role to the ROLES list
1 parent 20d8c62 commit 503dbc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

constants/users.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const userStatusEnum = ['ooo', 'idle', 'active']
22
const ROLES = {
3+
ADMIN: 'admin',
34
APPOWNER: 'app_owner',
45
DEFAULT: 'default',
56
MEMBER: 'member',

0 commit comments

Comments
 (0)