- Login fonctionnel

This commit is contained in:
2025-01-29 14:11:28 +01:00
parent ae09474b49
commit ced8d321bc
4 changed files with 31 additions and 24 deletions

View File

@ -67,11 +67,7 @@
{% endfor %}
{{ form_end(form) }}
{% if error %}
<div class="text-red-500 text-sm mt-2">
{{ error.messageKey|trans(error.messageData, 'security') }}
</div>
{% endif %}
</div>
</div>
{% endblock %}