Skip to content

Commit

Permalink
DISPLAY-993: Added ROLE_ADMIN to default roles for users endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Oct 6, 2023
1 parent 894c7e0 commit 51db22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function App() {
roles: ["ROLE_ADMIN"],
},
users: {
roles: ["ROLE_EXTERNAL_USER_ADMIN"],
roles: ["ROLE_ADMIN", "ROLE_EXTERNAL_USER_ADMIN"],
},
});
});
Expand Down

0 comments on commit 51db22d

Please sign in to comment.