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

Update client side error handling and remove add account credit from sub (#10214)

This commit is contained in:
Alex Morask
2024-07-31 09:27:16 -04:00
committed by GitHub
parent 27fa7625cf
commit 4a0b6fc191
12 changed files with 114 additions and 105 deletions

View File

@@ -1196,7 +1196,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: BillingApiServiceAbstraction,
useClass: BillingApiService,
deps: [ApiServiceAbstraction],
deps: [ApiServiceAbstraction, LogService, ToastService],
}),
safeProvider({
provide: PaymentMethodWarningsServiceAbstraction,