1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-12 00:41:29 +01:00

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

View File

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