Update the scope of the lockdownmanager
We have the token anyway. So better the scope as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
015c66b94f
commit
b31cea9048
|
@ -730,6 +730,9 @@ class Session implements IUserSession, Emitter {
|
|||
return false;
|
||||
}
|
||||
|
||||
// Update token scope
|
||||
$this->lockdownManager->setToken($dbToken);
|
||||
|
||||
$this->tokenProvider->updateTokenActivity($dbToken);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue