1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Remove Internet Explorer logic (#723)

This commit is contained in:
Oscar Hinton
2022-03-24 10:42:11 +01:00
committed by GitHub
parent 554dc8d873
commit 5b7b2a03dd
11 changed files with 18 additions and 62 deletions

View File

@@ -69,10 +69,6 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
return false;
}
isIE() {
return false;
}
isMacAppStore() {
return false;
}