feat: translated error message
This commit is contained in:
@@ -51,7 +51,7 @@ class Authenticator extends AbstractLoginFormAuthenticator implements Authentica
|
||||
}
|
||||
|
||||
if (false === $response instanceof PersonalData) {
|
||||
throw new CustomUserMessageAuthenticationException('User not found');
|
||||
throw new CustomUserMessageAuthenticationException('Der Login ist fehlgeschlagen :(');
|
||||
}
|
||||
|
||||
$csrfToken = $request->request->getString('_csrf_token');
|
||||
|
||||
Reference in New Issue
Block a user