mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
Do not show error modal for ddg integration (#9269)
This commit is contained in:
parent
f07840339e
commit
97c7ef3f21
@ -699,13 +699,6 @@ export class SettingsComponent implements OnInit {
|
||||
);
|
||||
if (errorResult !== null) {
|
||||
this.logService.error("Error in DDG browser integration: " + errorResult);
|
||||
await this.dialogService.openSimpleDialog({
|
||||
title: { key: "browserIntegrationUnsupportedTitle" },
|
||||
content: errorResult.message,
|
||||
acceptButtonText: { key: "ok" },
|
||||
cancelButtonText: null,
|
||||
type: "warning",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user