mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
check badDataLength
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
if (badDataSites > (data.length / 2)) {
|
||||
if (badDataSites && badDataSites > (data.length / 2)) {
|
||||
error('CSV data is not formatted correctly from LastPass. Please check your import file and try again.');
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user