1
0
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:
Kyle Spearrin
2017-09-21 10:43:33 -04:00
parent fa88af8323
commit 56e1f6c25b
4 changed files with 27 additions and 11 deletions

View File

@@ -61,6 +61,9 @@ function initSyncService() {
self.syncCompleted(false);
callback(false);
});
}, function () {
self.syncCompleted(false);
callback(false);
});
});
});