diff options
Diffstat (limited to 'Guard/Firewall')
-rw-r--r-- | Guard/Firewall/GuardAuthenticationListener.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Guard/Firewall/GuardAuthenticationListener.php b/Guard/Firewall/GuardAuthenticationListener.php index 26d5852..6140be0 100644 --- a/Guard/Firewall/GuardAuthenticationListener.php +++ b/Guard/Firewall/GuardAuthenticationListener.php @@ -117,7 +117,7 @@ class GuardAuthenticationListener implements ListenerInterface $this->logger->info('Guard authentication failed.', array('exception' => $e, 'authenticator' => get_class($guardAuthenticator))); } - $response = $this->guardHandler->handleAuthenticationFailure($e, $request, $guardAuthenticator); + $response = $this->guardHandler->handleAuthenticationFailure($e, $request, $guardAuthenticator, $this->providerKey); if ($response instanceof Response) { $event->setResponse($response); |