1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

Added isDuckDuckGo() to CLI

This commit is contained in:
Todd Martin
2025-05-10 15:31:56 -04:00
parent 8d53b10c36
commit abfeeacb76

View File

@@ -72,6 +72,10 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
return false;
}
isDuckDuckGo(): boolean {
return false;
}
isMacAppStore() {
return false;
}