Pull Request branch dev-clone to main #1
|
|
@ -20,10 +20,10 @@ const roleData: RoleData[] = [
|
|||
{
|
||||
code: "user",
|
||||
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,
|
||||
name: "User",
|
||||
permissions: ["register.create"],
|
||||
permissions: permissionsData.map((permission) => permission.code),
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user