mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
roboform convertToNoteIfNeeded
This commit is contained in:
@@ -42,6 +42,7 @@ export class RoboFormCsvImporter extends BaseImporter implements Importer {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.convertToNoteIfNeeded(cipher);
|
||||||
this.cleanupCipher(cipher);
|
this.cleanupCipher(cipher);
|
||||||
|
|
||||||
if (i === results.length && cipher.name === '--' && this.isNullOrWhitespace(cipher.login.password)) {
|
if (i === results.length && cipher.name === '--' && this.isNullOrWhitespace(cipher.login.password)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user