Skip to content

Commit

Permalink
Removing clientSideOnlyVerification on UserVerificationDialogComponen…
Browse files Browse the repository at this point in the history
…t on web export.component (#8545)

(cherry picked from commit 813dd97)
  • Loading branch information
aj-rosado committed Mar 29, 2024
1 parent ea3f9a6 commit 60e47af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/app/tools/vault-export/export.component.ts
Expand Up @@ -95,7 +95,6 @@ export class ExportComponent extends BaseExportComponent {
}

const result = await UserVerificationDialogComponent.open(this.dialogService, {
clientSideOnlyVerification: true,
title: "confirmVaultExport",
bodyText: confirmDescription,
confirmButtonOptions: {
Expand Down

0 comments on commit 60e47af

Please sign in to comment.