1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

Fixed dependency issues

This commit is contained in:
gbubemismith
2025-04-21 12:16:27 -04:00
parent d48aa21bd6
commit 6d48827df2
5 changed files with 12 additions and 2 deletions

View File

@@ -855,6 +855,8 @@ const safeProviders: SafeProvider[] = [
KdfConfigService,
AccountServiceAbstraction,
ApiServiceAbstraction,
ConfigService,
CipherEncryptionService,
],
}),
safeProvider({

View File

@@ -142,7 +142,7 @@ export class ViewComponent implements OnDestroy, OnInit {
private billingAccountProfileStateService: BillingAccountProfileStateService,
protected toastService: ToastService,
private cipherAuthorizationService: CipherAuthorizationService,
private configService: ConfigService,
protected configService: ConfigService,
private cipherEncryptionService: CipherEncryptionService,
) {}