1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

password generation service

This commit is contained in:
Kyle Spearrin
2016-09-17 18:30:57 -04:00
parent d0ca428d90
commit 4105d2b5ad
3 changed files with 106 additions and 0 deletions

View File

@@ -27,4 +27,7 @@
})
.factory('autofillService', function () {
return chrome.extension.getBackgroundPage().autofillService;
})
.factory('passwordGenerationService', function () {
return chrome.extension.getBackgroundPage().passwordGenerationService;
});