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