mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: a7a58ae8f3...f40451ecc5
@@ -109,6 +109,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
|||||||
return this.getDevice() === DeviceType.Safari;
|
return this.getDevice() === DeviceType.Safari;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
isIE(): boolean {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
isMacAppStore(): boolean {
|
isMacAppStore(): boolean {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user