mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
updates for encrypted export and import (#198)
* react to changes for encrypted import * support encrypted json export * default back to csv
This commit is contained in:
@@ -25,7 +25,7 @@ export class ImportCommand {
|
||||
return Response.badRequest('`filepath` was not provided.');
|
||||
}
|
||||
|
||||
const importer = await this.importService.getImporter(format, false);
|
||||
const importer = await this.importService.getImporter(format, null);
|
||||
if (importer === null) {
|
||||
return Response.badRequest('Proper importer type required.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user