1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit cda649fa21ef7f77d63b7582aab4e8dcca448c6b
Subproject commit 240fc154ab00a57829d0ce1398a6a6ce93395070

View File

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