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:
parent
6b80e93bf0
commit
eff751996c
4 changed files with 13 additions and 11 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue