- 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

@@ -5,6 +5,9 @@ const getBandoLabel = (status) => {
case 'SUBMIT':
return __('Inviato', 'gepafin');
case 'ACTIVE':
return __('Attivo', 'gepafin');
case 'PUBLISH':
return __('Pubblicato', 'gepafin');