diff --git a/flat/templates/base.html b/flat/templates/base.html index 18ab536..ce4d853 100644 --- a/flat/templates/base.html +++ b/flat/templates/base.html @@ -123,12 +123,10 @@ {% endif %}
  • Documentation
  • Switch configuration
  • - {% if oidc %} -
  • Log out
  • - {% else %} + {% if not oidc %}
  • Change password
  • -
  • Log out
  • {% endif %} +
  • Log out
  • {% endif %}