We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea08d86 commit da4f192Copy full SHA for da4f192
src/Authentication/Authenticators/Session.php
@@ -871,7 +871,7 @@ private function refreshRememberMeToken(stdClass $token): void
871
$validator = bin2hex(random_bytes(20));
872
873
$token->hashedValidator = $this->hashValidator($validator);
874
- $token->expires = $this->calcExpires();
+ $token->expires = $this->calcExpires();
875
876
$this->rememberModel->updateRememberValidator($token);
877
0 commit comments