{# @copyright Copyright (C) 2010-2021 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% extends "base.html.twig" %} {% block login_content %}

{{ sTitle }}

{{ sMessage }}

{% endblock %} {% block script %} {{ parent() }} sessionStorage.clear(); {% endblock %} {% block ready_script %} {{ parent() }} // Redirect after 1s so the user has time to read the message setTimeout(function() { window.location.href = '{{ sUrl }}'; }, 1000); {% endblock %}