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:
@@ -181,6 +181,9 @@
|
||||
success(folders, sites, siteRelationships);
|
||||
}
|
||||
}
|
||||
else {
|
||||
error();
|
||||
}
|
||||
};
|
||||
|
||||
reader.onerror = function (evt) {
|
||||
|
||||
Reference in New Issue
Block a user