mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
allow low db to cache
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 22c12cf5c4...476d21e9f0
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user