This commit is contained in:
Robin Chalas 2020-02-18 22:48:57 +01:00
parent 5867c7e090
commit 1c24ccc635

View File

@ -82,7 +82,7 @@ class GuardAuthenticationProvider implements AuthenticationProviderInterface
return $token;
}
// this AccountExpiredException causes the user to be logged out
// this causes the user to be logged out
throw new AuthenticationExpiredException();
}