Skip to content

Commit

Permalink
#768 adds Free userRole
Browse files Browse the repository at this point in the history
  • Loading branch information
lawal-olaotan committed Aug 11, 2023
1 parent 193e330 commit d264b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-base/src/main/webapp/html/javascript/user-access.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class UserRole {

static GUEST = new UserRole ( 1000 )
static REGISTERED = new UserRole ( 500 )
static FREE = new UserRole ( 500 )
static PRO = new UserRole ( 100 )

constructor(level){
Expand Down

0 comments on commit d264b2d

Please sign in to comment.