mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
importer fixes
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user