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