feat: translated error message

This commit is contained in:
Björn Fromme
2024-12-04 12:34:17 +01:00
parent 22bdf6ab9e
commit 7379f5ac93
+1 -1
View File
@@ -51,7 +51,7 @@ class Authenticator extends AbstractLoginFormAuthenticator implements Authentica
} }
if (false === $response instanceof PersonalData) { if (false === $response instanceof PersonalData) {
throw new CustomUserMessageAuthenticationException('User not found'); throw new CustomUserMessageAuthenticationException('Der Login ist fehlgeschlagen :(');
} }
$csrfToken = $request->request->getString('_csrf_token'); $csrfToken = $request->request->getString('_csrf_token');