From 8de62a26216cab70c0a3606f07c87bcd6454cf1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gyula=20Szab=C3=B3?= Date: Thu, 24 Apr 2025 00:10:44 +0200 Subject: [PATCH 1/2] fix: the allow_reauthentication button always shown --- templates/authorize_403.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/authorize_403.twig b/templates/authorize_403.twig index 5871088..e285bc3 100644 --- a/templates/authorize_403.twig +++ b/templates/authorize_403.twig @@ -10,7 +10,7 @@ {% if user_attribute is defined %}

{% trans %}You are currently logged in as{% endtrans %} {{ user_attribute }}

{% endif %} -{% if allow_reauthentication is defined %} +{% if allow_reauthentication is defined && allow_reauthentication%}

From cc51641bfa15cb382c9aef3bb16c8e19dc09d5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gyula=20Szab=C3=B3?= Date: Thu, 24 Apr 2025 00:18:00 +0200 Subject: [PATCH 2/2] Update authorize_403.twig --- templates/authorize_403.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/authorize_403.twig b/templates/authorize_403.twig index e285bc3..534bc53 100644 --- a/templates/authorize_403.twig +++ b/templates/authorize_403.twig @@ -10,7 +10,7 @@ {% if user_attribute is defined %}

{% trans %}You are currently logged in as{% endtrans %} {{ user_attribute }}

{% endif %} -{% if allow_reauthentication is defined && allow_reauthentication%} +{% if allow_reauthentication is defined and allow_reauthentication %}