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:
@@ -72,6 +72,10 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
|
||||
return false;
|
||||
}
|
||||
|
||||
isDuckDuckGo(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
isMacAppStore() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user