1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Fix dependency injection

This commit is contained in:
Matt Gibson
2023-10-04 09:44:25 -04:00
parent 33c8d55f0d
commit 4b3cdd832a
2 changed files with 27 additions and 17 deletions

View File

@@ -726,7 +726,7 @@ import { AbstractThemingService } from "./theming/theming.service.abstraction";
useClass: DefaultActiveUserStateProvider,
deps: [
// TODO: Do other storage services
StateServiceAbstraction,
AccountServiceAbstraction,
EncryptService,
MEMORY_STORAGE,
AbstractStorageService,