mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Fix wrong file extension being set when exporting with attachments (#14067)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
15738f16ae
commit
7992e0247e
@@ -126,7 +126,7 @@ export class IndividualVaultExportService
|
|||||||
return {
|
return {
|
||||||
type: "application/zip",
|
type: "application/zip",
|
||||||
data: blobData,
|
data: blobData,
|
||||||
fileName: ExportHelper.getFileName("", "json"),
|
fileName: ExportHelper.getFileName("", "zip"),
|
||||||
} as ExportedVaultAsBlob;
|
} as ExportedVaultAsBlob;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user