style login error (#26)

Reviewed-on: #26
This commit is contained in:
Constantin Simonis 2025-02-15 14:36:29 +00:00
parent 1c4093922c
commit a4575482b2

View File

@ -8,7 +8,9 @@
</div>
{% if error %}
<div class="bg-red-500 text-white p-2 rounded-md">
{{ error.message }}
</div>
{% endif %}
<form method="post" class="space-y-4 sm:space-y-6" action="{{ path('admin_login') }}">