mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[PM-8506] Create importer for csv-export from Netwrix Password Secure (#9446)
* Create an importer for csv-export from Netwrix Password Secure * Wire the new importer into the clients * Add instructions to export from Netwrix Password Secure * Mark method as private * Remove line which disables linting * Add docs to importer --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com> Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
This commit is contained in:
committed by
GitHub
parent
cab1156d63
commit
ac0e008e3c
@@ -54,6 +54,7 @@ import {
|
||||
MSecureCsvImporter,
|
||||
MeldiumCsvImporter,
|
||||
MykiCsvImporter,
|
||||
NetwrixPasswordSecureCsvImporter,
|
||||
NordPassCsvImporter,
|
||||
OnePassword1PifImporter,
|
||||
OnePassword1PuxImporter,
|
||||
@@ -335,6 +336,8 @@ export class ImportService implements ImportServiceAbstraction {
|
||||
return new PasskyJsonImporter();
|
||||
case "protonpass":
|
||||
return new ProtonPassJsonImporter(this.i18nService);
|
||||
case "netwrixpasswordsecure":
|
||||
return new NetwrixPasswordSecureCsvImporter();
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user