mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 12:54:24 -04:00
Merge pull request #10680 from nextcloud/fix/noid/update_lockdownmanagerscope
Update the scope of the lockdownmanager
This commit is contained in:
commit
ff50ef4b21
1 changed files with 3 additions and 0 deletions
|
|
@ -732,6 +732,9 @@ class Session implements IUserSession, Emitter {
|
|||
return false;
|
||||
}
|
||||
|
||||
// Update token scope
|
||||
$this->lockdownManager->setToken($dbToken);
|
||||
|
||||
$this->tokenProvider->updateTokenActivity($dbToken);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue