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

Combined subscription and payment method pages in provider portal (#9828)

This commit is contained in:
Alex Morask
2024-06-26 09:08:25 -04:00
committed by GitHub
parent 93a57e6724
commit 679c25b082
9 changed files with 160 additions and 140 deletions

View File

@@ -12,7 +12,6 @@ import {
ManageClientsComponent,
ProviderSubscriptionComponent,
hasConsolidatedBilling,
ProviderPaymentMethodComponent,
ProviderBillingHistoryComponent,
} from "../../billing/providers";
@@ -134,14 +133,6 @@ const routes: Routes = [
titleId: "subscription",
},
},
{
path: "payment-method",
component: ProviderPaymentMethodComponent,
canActivate: [ProviderPermissionsGuard],
data: {
titleId: "paymentMethod",
},
},
{
path: "history",
component: ProviderBillingHistoryComponent,