From 02af3cf19785699ea1d187d02edacd545d6f0252 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 5 Aug 2022 19:45:46 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04838=20-=20Fix=20comment?= 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 8e7791d13..716369201 100644 --- a/templates/pages/login/logout.html.twig +++ b/templates/pages/login/logout.html.twig @@ -15,6 +15,6 @@ {% block ready_script %} {{ parent() }} - // Redirect after 2s so the user has time to read the message + // Redirect after 1s so the user has time to read the message setTimeout(function() { window.location.href = '{{ sUrl }}'; }, 1000); {% endblock %} \ No newline at end of file