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:
@@ -283,6 +283,6 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
supportsSecureStorage() {
|
supportsSecureStorage() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user