feat: remove 'remember me' functionality from login form in booking process

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent cb38beb32c
commit be90248fc7
2 changed files with 1 additions and 9 deletions
@@ -54,13 +54,6 @@
autocomplete="current-password">
</div>
<div class="mb-4">
<label class="flex items-center">
<input type="checkbox" name="_remember_me" class="mr-2">
<span class="text-sm">Angemeldet bleiben</span>
</label>
</div>
<div class="flex flex-col space-y-2">
<button type="submit" class="button bg-button">
Anmelden und fortfahren
@@ -102,4 +95,4 @@
</div>
{% include 'booking/_cancel_link.html.twig' %}
{% endblock %}
{% endblock %}