Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
roboform convertToNoteIfNeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Aug 3, 2019
1 parent ee91cfc commit 5c1b80e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/importers/roboformCsvImporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class RoboFormCsvImporter extends BaseImporter implements Importer {
});
}

this.convertToNoteIfNeeded(cipher);
this.cleanupCipher(cipher);

if (i === results.length && cipher.name === '--' && this.isNullOrWhitespace(cipher.login.password)) {
Expand Down

0 comments on commit 5c1b80e

Please sign in to comment.