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

This commit is contained in:
Björn Fromme
2025-11-13 10:54:40 +01:00
parent 421851cc4c
commit aeb25f3b7e
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 %}