diff options
Diffstat (limited to 'Http/Authentication/AuthenticationUtils.php')
-rw-r--r-- | Http/Authentication/AuthenticationUtils.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Authentication/AuthenticationUtils.php b/Http/Authentication/AuthenticationUtils.php index ed4b0a1..03f5e44 100644 --- a/Http/Authentication/AuthenticationUtils.php +++ b/Http/Authentication/AuthenticationUtils.php @@ -54,7 +54,6 @@ class AuthenticationUtils if ($clearSession) { $session->remove(SecurityContextInterface::AUTHENTICATION_ERROR); } - } return $authenticationException; |