refactor
This commit is contained in:
parent
57e115a6a8
commit
6a9b7568af
|
|
@ -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',
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue