From 534b087a2cc02237bb6c2352c86817edefb0e9f7 Mon Sep 17 00:00:00 2001 From: jf-cbd Date: Fri, 7 Feb 2025 14:36:01 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08163=20-=20Increase=20page=20redirection?= =?UTF-8?q?=20timeout=20on=20logout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/pages/login/logout.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/login/logout.html.twig b/templates/pages/login/logout.html.twig index cb306b9cc..aab2f953b 100644 --- a/templates/pages/login/logout.html.twig +++ b/templates/pages/login/logout.html.twig @@ -22,5 +22,5 @@ {{ parent() }} // Redirect after 1s so the user has time to read the message - setTimeout(function() { window.location.href = '{{ sUrl }}'; }, 1000); + setTimeout(function() { window.location.href = '{{ sUrl }}'; }, 7000); {% endblock %} \ No newline at end of file