mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +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;
|
||||
}
|
||||
|
||||
isIE(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
isMacAppStore(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user