gestion enum profile
All checks were successful
CI - Build & Test (develop) / build-and-test (pull_request) Successful in 31s

This commit is contained in:
2026-06-01 18:34:10 +01:00
parent 668b101d53
commit 43ca94c535

View File

@@ -259,7 +259,7 @@ public enum UserRole {
DELETE_USER,
CREATE_PARAMETERS,
READ_PARAMETERS,
UPDATE_PARAMETERS
UPDATE_PARAMETERS,
DELETE_PARAMETERS
}