mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Change supportsSecureStorage to false (#716)
This commit is contained in:
@@ -283,6 +283,6 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
}
|
||||
|
||||
supportsSecureStorage() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user