mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
cipher request login subclass, sync fixes
This commit is contained in:
@@ -61,6 +61,9 @@ function initSyncService() {
|
||||
self.syncCompleted(false);
|
||||
callback(false);
|
||||
});
|
||||
}, function () {
|
||||
self.syncCompleted(false);
|
||||
callback(false);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user