Skip to content

Commit

Permalink
fix: use correct jans_stat permission #576
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Nov 2, 2022
1 parent bfefd9b commit 770e480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/utils/PermChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const SQL_WRITE = BASE_URL + '/config/database/sql.write'
export const SQL_DELETE = BASE_URL + '/config/database/sql.delete'

export const STAT_READ = BASE_URL + '/config/stats.readonly'
export const STAT_JANS_READ = BASE_URL + '/config/stats.jans_stat.readonly'
export const STAT_JANS_READ = 'jans_stat'

export const USER_READ = BASE_URL + '/config/user.readonly'
export const USER_WRITE = BASE_URL + '/config/user.write'
Expand Down

0 comments on commit 770e480

Please sign in to comment.