mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
password generation service
This commit is contained in:
@@ -27,4 +27,7 @@
|
||||
})
|
||||
.factory('autofillService', function () {
|
||||
return chrome.extension.getBackgroundPage().autofillService;
|
||||
})
|
||||
.factory('passwordGenerationService', function () {
|
||||
return chrome.extension.getBackgroundPage().passwordGenerationService;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user