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:
@@ -1196,7 +1196,7 @@ const safeProviders: SafeProvider[] = [
|
||||
safeProvider({
|
||||
provide: BillingApiServiceAbstraction,
|
||||
useClass: BillingApiService,
|
||||
deps: [ApiServiceAbstraction],
|
||||
deps: [ApiServiceAbstraction, LogService, ToastService],
|
||||
}),
|
||||
safeProvider({
|
||||
provide: PaymentMethodWarningsServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user