mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +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;
|
return this.getDevice() === DeviceType.Safari;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
isMacAppStore(): boolean {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
analyticsId(): string {
|
analyticsId(): string {
|
||||||
if (this.analyticsIdCache) {
|
if (this.analyticsIdCache) {
|
||||||
return this.analyticsIdCache;
|
return this.analyticsIdCache;
|
||||||
|
|||||||
Reference in New Issue
Block a user