mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08: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() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user