This commit is contained in:
Charles 2025-07-09 09:16:05 +02:00
parent 57e115a6a8
commit 6a9b7568af
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ final class IndexController extends AbstractController
#[Route('/', name: 'app_index')]
public function index(Request $request, LoggerInterface $logger): Response
{
$logger->info("SESSION ID: " . $request->getSession()->getId());
return $this->render('index/index.html.twig', [
'controller_name' => 'IndexController',
]);

View File

@ -88,7 +88,7 @@
</div>
</div>
<a class="dropdown-item" style="padding-left: 8px;" href="{{ path('sso_logout') }}">
<i class="me-2">{{ ux_icon('material-symbols:logout', {height: '20px', width: '20px'}) }}</i>
<i class="me-2">{{ ux_icon('material-symbols:logout', {height: '20px', width: '20px'}) }}</i>
Deconnexion
</a>
</div>