mirror of
https://github.com/bitwarden/browser
synced 2026-02-15 16:05:03 +00:00
Add support for DuckDuckGo browser in event service (#18576)
This commit is contained in:
@@ -722,6 +722,8 @@ export class EventService {
|
||||
return ["bwi-browser", this.i18nService.t("webVault") + " - Edge"];
|
||||
case DeviceType.IEBrowser:
|
||||
return ["bwi-browser", this.i18nService.t("webVault") + " - IE"];
|
||||
case DeviceType.DuckDuckGoBrowser:
|
||||
return ["bwi-browser", this.i18nService.t("webVault") + " - DuckDuckGo"];
|
||||
case DeviceType.Server:
|
||||
return ["bwi-user-monitor", this.i18nService.t("server")];
|
||||
case DeviceType.WindowsCLI:
|
||||
|
||||
Reference in New Issue
Block a user