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:
committed by
Kyle Spearrin
parent
77c3daed0e
commit
37907fbf42
@@ -31,7 +31,7 @@ function initCryptoService(constantsService) {
|
||||
}
|
||||
|
||||
return self.utilsService.saveObjToStorage(keyKey, key.keyB64);
|
||||
})
|
||||
});
|
||||
};
|
||||
|
||||
CryptoService.prototype.setKeyHash = function (keyHash, callback) {
|
||||
|
||||
Reference in New Issue
Block a user