mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 09:03:32 +00:00
fix sync and vault listing bugs
This commit is contained in:
@@ -18,4 +18,7 @@
|
||||
})
|
||||
.factory('siteService', function () {
|
||||
return chrome.extension.getBackgroundPage().siteService;
|
||||
})
|
||||
.factory('syncService', function () {
|
||||
return chrome.extension.getBackgroundPage().syncService;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user