mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-18 01:41:27 +01:00
Removing clientSideOnlyVerification on UserVerificationDialogComponent on web export.component (#8545)
This commit is contained in:
parent
ebe5a46b57
commit
813dd97fed
@ -95,7 +95,6 @@ export class ExportComponent extends BaseExportComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const result = await UserVerificationDialogComponent.open(this.dialogService, {
|
const result = await UserVerificationDialogComponent.open(this.dialogService, {
|
||||||
clientSideOnlyVerification: true,
|
|
||||||
title: "confirmVaultExport",
|
title: "confirmVaultExport",
|
||||||
bodyText: confirmDescription,
|
bodyText: confirmDescription,
|
||||||
confirmButtonOptions: {
|
confirmButtonOptions: {
|
||||||
|
Loading…
Reference in New Issue
Block a user