We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d4b356 + cc51641 commit 84b4664Copy full SHA for 84b4664
templates/authorize_403.twig
@@ -10,7 +10,7 @@
10
{% if user_attribute is defined %}
11
<p>{% trans %}You are currently logged in as{% endtrans %} {{ user_attribute }}</p>
12
{% endif %}
13
-{% if allow_reauthentication is defined %}
+{% if allow_reauthentication is defined and allow_reauthentication %}
14
<p>
15
<a href="{{ url_reauthentication }}">
16
<button class="pure-button pure-button-red">{% trans %}Change account?{% endtrans %}</button>
0 commit comments