N°8163 - Increase page redirection timeout on logout

This commit is contained in:
jf-cbd
2025-02-07 14:36:01 +01:00
parent e85ec6bb47
commit 534b087a2c

View File

@@ -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 %}