1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-04 13:59:17 +00:00

NORY-59: replace 'force-admin-role' with new permission

This commit is contained in:
Markus Thielker 2025-04-04 19:48:39 +02:00 committed by Markus Thielker
parent 6b80e93bf0
commit eff751996c
4 changed files with 13 additions and 11 deletions

View file

@ -1,5 +1,6 @@
const permission = {
export const permission = {
stack: {
dashboard: 'admin.stack.dashboard',
status: 'admin.stack.status',
},
user: {
@ -9,7 +10,7 @@ const permission = {
},
};
const relation = {
export const relation = {
access: 'access',
edit: 'edit',
delete: 'delete',