This commit is contained in:
Charles 2025-07-28 11:27:18 +02:00
parent 3337b8c001
commit a7e7298310
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class UserController extends AbstractController
$userOrganizations = $this->userOrganizationService->getUserOrganizations($user);
return $this->render('user/profile.html.twig', [
return $this->render('user/show.html.twig', [
'user' => $user,
'userOrganizations' => $userOrganizations,
]);