mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
Delete Unused Bits of StateService (#9858)
* Delete Unused Bits of StateService * Fix Tests
This commit is contained in:
@@ -728,6 +728,10 @@ const safeProviders: SafeProvider[] = [
|
||||
useClass: SsoLoginService,
|
||||
deps: [StateProvider],
|
||||
}),
|
||||
safeProvider({
|
||||
provide: STATE_FACTORY,
|
||||
useValue: new StateFactory(GlobalState, Account),
|
||||
}),
|
||||
safeProvider({
|
||||
provide: StateServiceAbstraction,
|
||||
useClass: StateService,
|
||||
|
||||
Reference in New Issue
Block a user