0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-01-25 17:38:31 +00:00
kevinpapst_kimai2/templates/security/self-registration/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

9 lines
190 B
Twig

{% extends 'security/self-registration/layout.html.twig' %}
{% block login_form %}
<p>
{{ 'registration.check_email'|trans({'%email%': user.email}) }}
</p>
{% endblock %}