mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
Extend access token lifetime when remembering a login
This commit is contained in:
@@ -79,7 +79,7 @@ class LogInController implements ControllerInterface
|
||||
|
||||
event(new UserLoggedIn($this->users->findOrFail($data->userId), $token));
|
||||
|
||||
$response = $this->rememberer->remember($response, $token->id);
|
||||
$response = $this->rememberer->remember($response, $token);
|
||||
}
|
||||
|
||||
return $response;
|
||||
|
Reference in New Issue
Block a user