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