1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

firefox: show popup when click "vault is locked" (#314)

* small lint error

* show popup when click "vault is locked"

* moved to loadNoLoginsContextMenuOptions
This commit is contained in:
Duc Hoang Nguyen
2017-10-19 19:38:33 +07:00
committed by Kyle Spearrin
parent 77c3daed0e
commit 37907fbf42
2 changed files with 6 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ function initCryptoService(constantsService) {
}
return self.utilsService.saveObjToStorage(keyKey, key.keyB64);
})
});
};
CryptoService.prototype.setKeyHash = function (keyHash, callback) {