diff --git a/src/Controller/IndexController.php b/src/Controller/IndexController.php index 927ebc0..3bbe8df 100644 --- a/src/Controller/IndexController.php +++ b/src/Controller/IndexController.php @@ -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', ]); diff --git a/templates/elements/navbar.html.twig b/templates/elements/navbar.html.twig index 027ca9c..f5105ba 100644 --- a/templates/elements/navbar.html.twig +++ b/templates/elements/navbar.html.twig @@ -88,7 +88,7 @@ - {{ ux_icon('material-symbols:logout', {height: '20px', width: '20px'}) }} + {{ ux_icon('material-symbols:logout', {height: '20px', width: '20px'}) }} Deconnexion