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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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