We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c8cc0 commit 60d6757Copy full SHA for 60d6757
Authentication/Provider/UserAuthenticationProvider.php
@@ -81,7 +81,7 @@ public function authenticate(TokenInterface $token)
81
$this->userChecker->checkPreAuth($user);
82
$this->checkAuthentication($user, $token);
83
$this->userChecker->checkPostAuth($user);
84
- } catch (AccountStatusException | BadCredentialsException $e) {
+ } catch (AccountStatusException|BadCredentialsException $e) {
85
if ($this->hideUserNotFoundExceptions) {
86
throw new BadCredentialsException('Bad credentials.', 0, $e);
87
}
0 commit comments