Merge pull request #10682 from nextcloud/backport/10680/stable13
[stable13] Update the scope of the lockdownmanager
This commit is contained in:
commit
1a3a0b4617
|
@ -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