mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
isMacAppStore implementation
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: b747830c5b...902d72457c
@@ -110,6 +110,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
return this.getDevice() === DeviceType.Safari;
|
||||
}
|
||||
|
||||
isMacAppStore(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
analyticsId(): string {
|
||||
if (this.analyticsIdCache) {
|
||||
return this.analyticsIdCache;
|
||||
|
||||
Reference in New Issue
Block a user