mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
[PM-21821] Provider portal takeover states (#15725)
* Updates: - Update simple dialog to disallow user to close the dialog on acceptance - Split payment components to provide a "require" component that cannot be closed out of - Add provider warning service to manage the various provider warnings * Fix test * Will's feedback and sync on payment method success
This commit is contained in:
@@ -68,7 +68,9 @@ export class SimpleConfigurableDialogComponent {
|
||||
await this.simpleDialogOpts.acceptAction();
|
||||
}
|
||||
|
||||
this.dialogRef.close(true);
|
||||
if (!this.simpleDialogOpts.disableClose) {
|
||||
this.dialogRef.close(true);
|
||||
}
|
||||
};
|
||||
|
||||
private localizeText() {
|
||||
|
||||
Reference in New Issue
Block a user