flutter fix

This commit is contained in:
John Smith
2023-05-29 17:40:49 -07:00
parent 8651e39ca8
commit 9d01b0e928
4 changed files with 16 additions and 16 deletions

View File

@@ -66,8 +66,8 @@ Future<VeilidConfig> getDefaultVeilidConfig(String programName) async {
alwaysUseInsecureStorage: false,
directory: "",
delete: false,
deviceEncryptionKey: "",
newDeviceEncryptionKey: null,
deviceEncryptionKeyPassword: "",
newDeviceEncryptionKeyPassword: null,
),
tableStore: VeilidConfigTableStore(
directory: kIsWeb