Skip to content

Commit

Permalink
#394: Removed role from irrelevant templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Mar 4, 2024
1 parent 1589328 commit e8072a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"roles": ["ROLE_ADMIN"]
},
"users": {
"roles": ["ROLE_ADMIN", "ROLE_EXTERNAL_USER_ADMIN"]
"roles": ["ROLE_EXTERNAL_USER_ADMIN"]
},
"shared": {
"roles": ["ROLE_ADMIN"]
Expand Down
2 changes: 1 addition & 1 deletion public/example-access-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"roles": ["ROLE_ADMIN"]
},
"users": {
"roles": ["ROLE_ADMIN", "ROLE_EXTERNAL_USER_ADMIN"]
"roles": ["ROLE_EXTERNAL_USER_ADMIN"]
},
"shared": {
"roles": ["ROLE_ADMIN"]
Expand Down

0 comments on commit e8072a3

Please sign in to comment.