mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
PM-2593 Update Premium Urls to target cloudWebVaultUrl (#5861)
* updated urls in premium web component and premium libs to use the cloudwebvaulturl * moved premium.component in web from base settings to a new settings folder inside vault
This commit is contained in:
@@ -4,7 +4,7 @@ import { RouterModule, Routes } from "@angular/router";
|
||||
import { BillingHistoryViewComponent } from "../../billing/settings/billing-history-view.component";
|
||||
import { PaymentMethodComponent } from "../../billing/settings/payment-method.component";
|
||||
import { UserSubscriptionComponent } from "../../billing/settings/user-subscription.component";
|
||||
import { PremiumComponent } from "../../settings/premium.component";
|
||||
import { PremiumComponent } from "../../vault/settings/premium.component";
|
||||
|
||||
import { SubscriptionComponent } from "./subscription.component";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user