1
0
mirror of https://github.com/bitwarden/web synced 2026-01-04 17:43:47 +00:00

support for json exports

This commit is contained in:
Kyle Spearrin
2018-12-17 10:54:18 -05:00
parent 55ba78c66a
commit 1dd88a690b
4 changed files with 17 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ export class ExportComponent extends BaseExportComponent {
}
getExportData() {
return this.exportService.getOrganizationExport(this.organizationId, 'csv');
return this.exportService.getOrganizationExport(this.organizationId, this.format);
}
getFileName() {