fix: ensure loading indicator is triggered

This commit is contained in:
Björn Fromme
2026-03-16 11:59:12 +01:00
parent 2a8531a025
commit 602fb31f27
17 changed files with 26 additions and 27 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
{% include '_partials/_alert.html.twig' with { 'level': 'error', messages: [ error.messageKey|trans(error.messageData, 'security') ] } %}
{% endif %}
<div class="pb-4">
<form action="{{ path('app_login') }}" method="post" {{ stimulus_action('loading', 'toggle') }}>
<form action="{{ path('app_login') }}" method="post" {{ stimulus_action('loading', 'show') }}>
<div class="mb-4">
<label for="username" class="mb-1 font-semibold text-white">
E-Mail: