mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
parent
bb459ce4b4
commit
1859357ddb
@ -22,6 +22,9 @@ export class OnePassword1PifImporter extends BaseImporter implements Importer {
|
||||
return;
|
||||
}
|
||||
const item = JSON.parse(line);
|
||||
if(item.trashed === true) {
|
||||
return;
|
||||
}
|
||||
const cipher = this.initLoginCipher();
|
||||
|
||||
if (this.isNullOrWhitespace(item.hmac)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user