1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-03 04:59:06 +02:00

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

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: {