mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-01-25 17:38:31 +00:00
7f20cb045c
Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
9 lines
190 B
Twig
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 %}
|