1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 05:43:16 +00:00

[bug] Disable state cache (#1477)

This commit is contained in:
Addison Beck
2022-02-14 12:26:22 -05:00
committed by GitHub
parent c323f38f16
commit ca3efc8fee
2 changed files with 3 additions and 2 deletions

View File

@@ -207,7 +207,8 @@ export function initFactory(
secureStorageService,
logService,
stateMigrationService,
new StateFactory(GlobalState, Account)
new StateFactory(GlobalState, Account),
false
),
deps: [
StorageServiceAbstraction,