You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,7 +173,16 @@ protected function refreshUser(TokenInterface $token)
169
173
$token->setUser($refreshedUser);
170
174
171
175
if (null !== $this->logger) {
172
-
$this->logger->debug('User was reloaded from a user provider.', array('username' => $refreshedUser->getUsername(), 'provider' => get_class($provider)));
0 commit comments