1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00
This commit is contained in:
Kyle Spearrin
2018-06-07 23:37:07 -04:00
parent 9a42197981
commit babaa11f8c
2 changed files with 5 additions and 1 deletions

View File

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