1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

roboform convertToNoteIfNeeded

This commit is contained in:
Kyle Spearrin
2019-08-03 19:59:01 -04:00
parent ee91cfc2df
commit 5c1b80ee87

View File

@@ -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)) {