update: add user roles
This commit is contained in:
parent
38f153fe76
commit
c6e6ca1efe
|
|
@ -20,10 +20,10 @@ const roleData: RoleData[] = [
|
||||||
{
|
{
|
||||||
code: "user",
|
code: "user",
|
||||||
description:
|
description:
|
||||||
"Has full access to the system and can manage all features and settings",
|
"User with standard access rights for general usage of the application.",
|
||||||
isActive: true,
|
isActive: true,
|
||||||
name: "User",
|
name: "User",
|
||||||
permissions: ["register.create"],
|
permissions: permissionsData.map((permission) => permission.code),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user