mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Do not show error modal for ddg integration (#9269)
This commit is contained in:
@@ -699,13 +699,6 @@ export class SettingsComponent implements OnInit {
|
|||||||
);
|
);
|
||||||
if (errorResult !== null) {
|
if (errorResult !== null) {
|
||||||
this.logService.error("Error in DDG browser integration: " + errorResult);
|
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",
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user