- re done login con uuid;

- re done reset password con uuid;
- re done user management con uuid;
This commit is contained in:
Vitalii Kiiko
2024-10-21 11:14:29 +02:00
parent 250a75e375
commit 3dae98a19e
11 changed files with 163 additions and 80 deletions

View File

@@ -45,8 +45,7 @@ const AppSidebar = () => {
icon: 'pi pi-users',
href: '/utenti',
id: 5,
enable: false
//enable: intersection(permissions, ['VIEW_USERS', 'MANAGE_USERS']).length
enable: intersection(permissions, ['VIEW_USERS', 'MANAGE_USERS']).length
},
{
label: __('Configurazione', 'gepafin'),