diff --git a/jslib b/jslib index 22c12cf5c4..476d21e9f0 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 22c12cf5c4cc1c00792a9717fbb3d85fc53bed99 +Subproject commit 476d21e9f07f648784e92e6e7ec4ae37910e2449 diff --git a/src/bw.ts b/src/bw.ts index 5fee684a1d..cc78402138 100644 --- a/src/bw.ts +++ b/src/bw.ts @@ -73,7 +73,7 @@ export class Main { this.i18nService = new I18nService('en', './locales'); this.platformUtilsService = new NodePlatformUtilsService(); this.cryptoFunctionService = new NodeCryptoFunctionService(); - this.storageService = new LowdbStorageService(null, p); + this.storageService = new LowdbStorageService(null, p, true); this.secureStorageService = new NodeEnvSecureStorageService(this.storageService, () => this.cryptoService); this.cryptoService = new CryptoService(this.storageService, this.secureStorageService, this.cryptoFunctionService);