mirror of
https://github.com/bitwarden/browser
synced 2025-01-20 00:12:09 +01:00
isMacAppStore implementation
This commit is contained in:
parent
81c9f5a5f0
commit
0664f98bc2
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit b747830c5b4360bf50d6e02126ebaab24e3028d5
|
Subproject commit 902d72457cbeb99ef5d9eb69945ad43658f69277
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user