1
0
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:
Kyle Spearrin
2016-09-05 11:05:27 -04:00
parent abb6f37af2
commit a7c8dec730
3 changed files with 24 additions and 8 deletions

View File

@@ -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';
}