mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 02:23:25 +00:00
* fix(billing): only show Subscription menu option when premium user has subscription
* fix(billing): missed state service invocation changes
(cherry picked from commit b964cfc8e4)
This commit is contained in:
@@ -1533,7 +1533,7 @@ const safeProviders: SafeProvider[] = [
|
||||
safeProvider({
|
||||
provide: BillingAccountProfileStateService,
|
||||
useClass: DefaultBillingAccountProfileStateService,
|
||||
deps: [StateProvider, PlatformUtilsServiceAbstraction, ApiServiceAbstraction],
|
||||
deps: [StateProvider],
|
||||
}),
|
||||
safeProvider({
|
||||
provide: SubscriptionPricingServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user