Removing clientSideOnlyVerification on UserVerificationDialogComponent on web export.component (#8545)

This commit is contained in:
aj-rosado 2024-03-29 13:08:41 +00:00 committed by GitHub
parent ebe5a46b57
commit 813dd97fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ export class ExportComponent extends BaseExportComponent {
}
const result = await UserVerificationDialogComponent.open(this.dialogService, {
clientSideOnlyVerification: true,
title: "confirmVaultExport",
bodyText: confirmDescription,
confirmButtonOptions: {