convert 1password to note if needed

This commit is contained in:
Kyle Spearrin 2018-11-01 09:26:03 -04:00
parent 2c4005d4c7
commit 3fd65dd82f
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ export class OnePassword1PifImporter extends BaseImporter implements Importer {
}
}
this.convertToNoteIfNeeded(cipher);
this.cleanupCipher(cipher);
this.result.ciphers.push(cipher);
});