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

Update jslib (#1436)

This commit is contained in:
Addison Beck
2022-02-03 13:54:15 -05:00
committed by GitHub
parent 868d235faa
commit e09898e4d8
4 changed files with 7 additions and 5 deletions

View File

@@ -191,7 +191,7 @@ export function initFactory(
new StateMigrationService(
storageService,
secureStorageService,
new GlobalStateFactory(GlobalState)
new StateFactory(GlobalState, Account)
),
deps: [StorageServiceAbstraction, "SECURE_STORAGE"],
},