Skip to content

Commit

Permalink
fix: fix admin group name
Browse files Browse the repository at this point in the history
  • Loading branch information
trowik committed Dec 9, 2024
1 parent 2e2bd5d commit 50c0d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (environment) {
locationType: "auto",

auth: {
adminRole: env("AUTH_ROLE_ADMIN", "/cc-admin"),
adminRole: env("AUTH_ROLE_ADMIN", "/sg-cc-admin"),
employeeRole: env("AUTH_ROLE_EMPLOYEE", "/adfinis-users"),
customerRole: env("AUTH_ROLE_CUSTOMER", "/access-cc"),
},
Expand Down

0 comments on commit 50c0d8f

Please sign in to comment.