Photo de profile OK, modif nom, prénom, tel OK

This commit is contained in:
2025-03-10 17:14:09 +01:00
parent 611c95d73b
commit c579fd92a2
10 changed files with 388 additions and 46 deletions

View File

@ -81,7 +81,7 @@ class MyApp extends StatelessWidget {
//Pages réservées aux ADMIN
'/user_management': (context) =>
const AuthGuard(child: UserManagementPage(), requiredRole: "ADMIN"),
const AuthGuard(requiredRole: "ADMIN", child: UserManagementPage()),
},
initialRoute: '/login',
);