mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
ie fixes
This commit is contained in:
@@ -74,6 +74,10 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
|
||||
return false;
|
||||
}
|
||||
|
||||
isIE(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
isMacAppStore(): boolean {
|
||||
return isMacAppStore();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user