Skip to content

Commit

Permalink
fix logout
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Jan 5, 2025
1 parent 9a9d2ed commit 6c7c306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Resources/views/admin/base_with_header.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<a class="ui button" href="{{ path('home') }}">Retour site</a>
</div>
<div class="item">
<a class="ui button" href="{{ path('logout') }}">Se déconnecter</a>
<a class="ui button" href="{{ path('admin_logout') }}">Se déconnecter</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 6c7c306

Please sign in to comment.