1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Change supportsSecureStorage to false (#716)

This commit is contained in:
Oscar Hinton
2020-11-23 21:56:22 +01:00
committed by GitHub
parent 03f575f66f
commit 1e7c27fba1

View File

@@ -283,6 +283,6 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
}
supportsSecureStorage() {
return true;
return false;
}
}