mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
@@ -22,6 +22,9 @@ export class OnePassword1PifImporter extends BaseImporter implements Importer {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const item = JSON.parse(line);
|
const item = JSON.parse(line);
|
||||||
|
if(item.trashed === true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
const cipher = this.initLoginCipher();
|
const cipher = this.initLoginCipher();
|
||||||
|
|
||||||
if (this.isNullOrWhitespace(item.hmac)) {
|
if (this.isNullOrWhitespace(item.hmac)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user