mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Update jslib (PR 185)
This commit is contained in:
@@ -305,6 +305,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
return null;
|
||||
}
|
||||
|
||||
supportsSecureStorage(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
private isSafariExtension(): boolean {
|
||||
return (window as any).safariAppExtension === true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user