mirror of
https://github.com/tips-of-mine/gestion-certificats2.git
synced 2025-06-28 09:18:42 +02:00
Merge pull request #3 from tips-of-mine/fix/user-list-refresh
Correction: La liste des utilisateurs ne se rafraîchissait pas après …
This commit is contained in:
@ -62,6 +62,7 @@ class UserController
|
||||
$errorMessage = $_SESSION['error'] ?? null;
|
||||
unset($_SESSION['error']);
|
||||
|
||||
$authService = $this->authService; // Add this line
|
||||
require_once APP_ROOT_DIR . '/src/Views/users/index.php';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user