1
0
mirror of https://github.com/bitwarden/web synced 2025-12-16 00:03:25 +00:00

Handle empty password and uri fields when encrypting/decrypting

This commit is contained in:
Kyle Spearrin
2016-10-12 22:26:28 -04:00
parent 85efba92e6
commit 2ce1b12f6e
2 changed files with 7 additions and 4 deletions

View File

@@ -181,6 +181,9 @@
success(folders, sites, siteRelationships);
}
}
else {
error();
}
};
reader.onerror = function (evt) {