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
-1
View File
@@ -68,7 +68,6 @@ class BpnAuthenticator extends AbstractLoginFormAuthenticator implements Authent
}),
[
new CsrfTokenBadge('authenticate', $csrfToken),
new RememberMeBadge(),
]
);
}