Skip to content

Commit

Permalink
More cleaning about user access code, #768
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Nov 22, 2023
1 parent 7541fd7 commit 6eda160
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions client-base/src/main/webapp/html/javascript/user-access.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,7 @@ class UserRole
*/
class UserAccessManager
{
#currentRole = UserRole.GUEST;

/**
* TODO: remove
*/
#defaultGeneLimit = 20;
#defaultKnetViewLimit = 10;
#isGeneLimitEnforced = true;

#currentRole = UserRole.GUEST;

constructor(){
}
Expand Down

0 comments on commit 6eda160

Please sign in to comment.