Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit c6e6ca1efe - Show all commits

View File

@ -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),
},
];