diff --git a/src/web/partials/_base.html b/src/web/partials/_base.html
index c1d9373f..adccce29 100644
--- a/src/web/partials/_base.html
+++ b/src/web/partials/_base.html
@@ -81,7 +81,7 @@
Admin
{% end %}
- {% if not disable_login and not hide_menu_login %}
+ {% if not disable_login and (not hide_menu_login or current_user) %}
{% if current_user %}
{{current_user.get("username")}}
Déconnexion