Files
kimai2/templates/security/password-reset/check_email.html.twig
Kevin Papst 7f20cb045c Refactor authentication system (#2602)
Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
2021-06-10 15:34:13 +02:00

12 lines
203 B
Twig

{% extends 'security/password-reset/layout.html.twig' %}
{% block login_form %}
<p>
{{ 'resetting.check_email'|trans({'%tokenLifetime%': tokenLifetime})|nl2br }}
</p>
{% endblock %}