Update comment on logout.html.twig

This commit is contained in:
jf-cbd
2025-02-11 09:43:33 +01:00
committed by GitHub
parent 05419f3d7f
commit 1e5334ab2b

View File

@@ -21,6 +21,6 @@
{% block ready_script %}
{{ parent() }}
// Redirect after 1s so the user has time to read the message
// Redirect after 7s so the user has time to read the message
setTimeout(function() { window.location.href = '{{ sUrl }}'; }, 7000);
{% endblock %}
{% endblock %}