Merge pull request #10680 from nextcloud/fix/noid/update_lockdownmanagerscope
Update the scope of the lockdownmanager
This commit is contained in:
commit
ff50ef4b21
|
@ -732,6 +732,9 @@ class Session implements IUserSession, Emitter {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Update token scope
|
||||||
|
$this->lockdownManager->setToken($dbToken);
|
||||||
|
|
||||||
$this->tokenProvider->updateTokenActivity($dbToken);
|
$this->tokenProvider->updateTokenActivity($dbToken);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue