1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

Update jslib

This commit is contained in:
addison
2022-02-03 13:55:06 -05:00
parent 9c60563939
commit 901b88b21f
3 changed files with 7 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ export default class MainBackground {
this.stateMigrationService = new StateMigrationService(
this.storageService,
this.secureStorageService,
new GlobalStateFactory(GlobalState)
new StateFactory(GlobalState, Account)
);
this.stateService = new StateService(
this.storageService,