mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 06:23:38 +00:00
Update apps/web/src/app/tools/import-export/export.component.ts
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
This commit is contained in:
@@ -67,7 +67,7 @@ export class ExportComponent extends BaseExportComponent {
|
||||
|
||||
async submit() {
|
||||
const confirmDescription =
|
||||
this.exportForm.get("fileEncryptionType").value == EncryptedExportType.FileEncrypted
|
||||
this.exportForm.get("fileEncryptionType").value === EncryptedExportType.FileEncrypted
|
||||
? "confirmVaultExportDesc"
|
||||
: "encExportKeyWarningDesc";
|
||||
const confirmButtonText = "exportVault";
|
||||
|
||||
Reference in New Issue
Block a user