style login error
All checks were successful
build / build (pull_request) Successful in 4m44s

This commit is contained in:
Constantin Simonis 2025-02-15 15:34:37 +01:00
parent 1c4093922c
commit 21c0cfdce8
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

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') }}">