Merge pull request #10683 from nextcloud/backport/10680/stable12
[stable12] Update the scope of the lockdownmanager
This commit is contained in:
commit
dfe25bd081
|
@ -714,6 +714,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