mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +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,
|
secureStorageService,
|
||||||
logService,
|
logService,
|
||||||
stateMigrationService,
|
stateMigrationService,
|
||||||
new StateFactory(GlobalState, Account)
|
new StateFactory(GlobalState, Account),
|
||||||
|
false
|
||||||
),
|
),
|
||||||
deps: [
|
deps: [
|
||||||
StorageServiceAbstraction,
|
StorageServiceAbstraction,
|
||||||
|
Loading…
Reference in New Issue
Block a user