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:
parent
222665dd9d
commit
b0c9054f23
@ -307,6 +307,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
supportsSecureStorage(): boolean {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
private isSafariExtension(): boolean {
|
private isSafariExtension(): boolean {
|
||||||
return (window as any).safariAppExtension === true;
|
return (window as any).safariAppExtension === true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user