mirror of
https://github.com/bitwarden/web
synced 2025-12-12 22:33:23 +00:00
[bug] Disable state cache (#1477)
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: cda649fa21...240fc154ab
@@ -207,7 +207,8 @@ export function initFactory(
|
|||||||
secureStorageService,
|
secureStorageService,
|
||||||
logService,
|
logService,
|
||||||
stateMigrationService,
|
stateMigrationService,
|
||||||
new StateFactory(GlobalState, Account)
|
new StateFactory(GlobalState, Account),
|
||||||
|
false
|
||||||
),
|
),
|
||||||
deps: [
|
deps: [
|
||||||
StorageServiceAbstraction,
|
StorageServiceAbstraction,
|
||||||
|
|||||||
Reference in New Issue
Block a user