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
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticatorListenerTrait.php
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -150,11 +150,6 @@ private function triggerRememberMe($guardAuthenticator, Request $request, TokenI
150
150
thrownew \UnexpectedValueException('Invalid guard authenticator passed to '.__METHOD__.'. Expected AuthenticatorInterface of either Security Core or Security Guard.');
151
151
}
152
152
153
-
// @todo implement remember me functionality
154
-
if (!isset($this->rememberMeServices)) {
155
-
return;
156
-
}
157
-
158
153
if (null === $this->rememberMeServices) {
159
154
if (null !== $this->logger) {
160
155
$this->logger->debug('Remember me skipped: it is not configured for the firewall.', ['authenticator' => \get_class($guardAuthenticator)]);
0 commit comments