mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
adjustments to site getall
This commit is contained in:
@@ -132,7 +132,7 @@ function initCryptoService() {
|
||||
throw 'callback function required';
|
||||
}
|
||||
|
||||
if (cipherString === null || cipherString === undefined) {
|
||||
if (cipherString === null || cipherString === undefined || !cipherString.encryptedString) {
|
||||
throw 'cannot decrypt nothing';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user