1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-26 18:04:07 +01:00

Update with support for latest jslib

This commit is contained in:
Hinton 2020-10-23 10:42:58 +02:00
parent 222665dd9d
commit b0c9054f23

View File

@ -307,6 +307,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
return null;
}
supportsSecureStorage(): boolean {
return false;
}
private isSafariExtension(): boolean {
return (window as any).safariAppExtension === true;
}