mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[bug] Disable state cache (#1477)
This commit is contained in:
parent
c323f38f16
commit
ca3efc8fee
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit cda649fa21ef7f77d63b7582aab4e8dcca448c6b
|
||||
Subproject commit 240fc154ab00a57829d0ce1398a6a6ce93395070
|
@ -207,7 +207,8 @@ export function initFactory(
|
||||
secureStorageService,
|
||||
logService,
|
||||
stateMigrationService,
|
||||
new StateFactory(GlobalState, Account)
|
||||
new StateFactory(GlobalState, Account),
|
||||
false
|
||||
),
|
||||
deps: [
|
||||
StorageServiceAbstraction,
|
||||
|
Loading…
Reference in New Issue
Block a user