mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 17:52:02 -04:00
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
ee7802b54c
commit
df9193a073
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue