mirror of
https://github.com/bitwarden/browser
synced 2024-12-26 09:54:35 +01:00
Update with support for latest jslib
This commit is contained in:
parent
222665dd9d
commit
b0c9054f23
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user