mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Change supportsSecureStorage to false (#716)
This commit is contained in:
parent
03f575f66f
commit
1e7c27fba1
@ -283,6 +283,6 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
supportsSecureStorage() {
|
supportsSecureStorage() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user