1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

importer fixes

This commit is contained in:
Kyle Spearrin
2019-11-26 08:34:45 -05:00
parent d1c0776330
commit 68bbc8434f
3 changed files with 16 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ export class CodebookCsvImporter extends BaseImporter implements Importer {
this.processKvp(cipher, 'Account', value.Account);
this.processKvp(cipher, 'Date', value.Date);
this.convertToNoteIfNeeded(cipher);
this.cleanupCipher(cipher);
result.ciphers.push(cipher);
});