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

only copy totp on login types

This commit is contained in:
Kyle Spearrin
2017-10-17 21:10:44 -04:00
parent 5b6158c0b7
commit a0b953208d
2 changed files with 7 additions and 4 deletions

View File

@@ -47,7 +47,8 @@ var bg_isBackground = true,
bg_cryptoService, logout);
bg_passwordGenerationService = new PasswordGenerationService(bg_constantsService, bg_utilsService, bg_cryptoService);
bg_totpService = new TotpService(bg_constantsService);
bg_autofillService = new AutofillService(bg_utilsService, bg_totpService, bg_tokenService, bg_cipherService);
bg_autofillService = new AutofillService(bg_utilsService, bg_totpService, bg_tokenService, bg_cipherService,
bg_constantsService);
if (chrome.commands) {
chrome.commands.onCommand.addListener(function (command) {