mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
fix sync bugs on login/logout
This commit is contained in:
@@ -622,7 +622,7 @@ function fullSync(override) {
|
||||
syncService.getLastSync(function (lastSync) {
|
||||
var now = new Date();
|
||||
if (override || !lastSync || (now - lastSync) >= syncInternal) {
|
||||
syncService.fullSync(override, function () { });
|
||||
syncService.fullSync(override || false, function () { });
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user