mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°8163 - Increase page redirection timeout on logout
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user