mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Generate andcopy passwords. Save password options
This commit is contained in:
@@ -6,6 +6,7 @@ var siteService = new SiteService(cryptoService, userService, apiService);
|
||||
var folderService = new FolderService(cryptoService, userService, apiService);
|
||||
var syncService = new SyncService(siteService, folderService, userService, apiService);
|
||||
var autofillService = new AutofillService();
|
||||
var passwordGenerationService = new PasswordGenerationService();
|
||||
|
||||
function buildContextMenu() {
|
||||
chrome.contextMenus.removeAll();
|
||||
|
||||
Reference in New Issue
Block a user