mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Fix missing token update
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
31bcd10c2a
commit
ccfaddf781
@ -750,6 +750,7 @@ class Session implements IUserSession, Emitter {
|
||||
}
|
||||
|
||||
$dbToken->setLastCheck($now);
|
||||
$this->tokenProvider->updateToken($dbToken);
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -767,6 +768,7 @@ class Session implements IUserSession, Emitter {
|
||||
}
|
||||
|
||||
$dbToken->setLastCheck($now);
|
||||
$this->tokenProvider->updateToken($dbToken);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user