summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/AuthenticationUtils.php
diff options
context:
space:
mode:
Diffstat (limited to 'Http/Authentication/AuthenticationUtils.php')
-rw-r--r--Http/Authentication/AuthenticationUtils.php1
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;