1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-20 02:03:50 +00:00

Merge branch 'master' of https://github.com/bitwarden/jslib into improve-hostname-and-domain-retrieval

This commit is contained in:
Daniel James Smith
2022-03-24 15:58:57 +01:00
37 changed files with 1408 additions and 698 deletions

View File

@@ -75,10 +75,6 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
return false;
}
isIE(): boolean {
return false;
}
isMacAppStore(): boolean {
return isMacAppStore();
}