Working on the organization and permissions.

This commit is contained in:
charlesgauthereau
2025-08-24 19:33:42 +02:00
parent 44be8009fd
commit 4ed91c1297
5 changed files with 29 additions and 17 deletions
+1 -2
View File
@@ -19,8 +19,7 @@ const superadmin = ac.newRole({
...adminAc.statements,
...orgAdminAc.statements,
...orgOwnerAc.statements,
...orgMemberAc.statements
...orgMemberAc.statements,
});
const admin = ac.newRole({