mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[AC-1418] Add initial SecretsManagerAdjustSubscription component
This commit is contained in:
@@ -13,6 +13,7 @@ import { OrganizationBillingTabComponent } from "./organization-billing-tab.comp
|
|||||||
import { OrganizationSubscriptionCloudComponent } from "./organization-subscription-cloud.component";
|
import { OrganizationSubscriptionCloudComponent } from "./organization-subscription-cloud.component";
|
||||||
import { OrganizationSubscriptionSelfhostComponent } from "./organization-subscription-selfhost.component";
|
import { OrganizationSubscriptionSelfhostComponent } from "./organization-subscription-selfhost.component";
|
||||||
import { SecretsManagerEnrollComponent } from "./secrets-manager/enroll.component";
|
import { SecretsManagerEnrollComponent } from "./secrets-manager/enroll.component";
|
||||||
|
import { SecretsManagerAdjustSubscriptionComponent } from "./secrets-manager/sm-adjust-subscription.component";
|
||||||
import { SubscriptionHiddenComponent } from "./subscription-hidden.component";
|
import { SubscriptionHiddenComponent } from "./subscription-hidden.component";
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
@@ -32,6 +33,7 @@ import { SubscriptionHiddenComponent } from "./subscription-hidden.component";
|
|||||||
OrganizationSubscriptionSelfhostComponent,
|
OrganizationSubscriptionSelfhostComponent,
|
||||||
OrganizationSubscriptionCloudComponent,
|
OrganizationSubscriptionCloudComponent,
|
||||||
SubscriptionHiddenComponent,
|
SubscriptionHiddenComponent,
|
||||||
|
SecretsManagerAdjustSubscriptionComponent,
|
||||||
SecretsManagerEnrollComponent,
|
SecretsManagerEnrollComponent,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
<p>Secrets Manager Adjust Subscription Component</p>
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
import { Component } from "@angular/core";
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: "app-sm-adjust-subscription",
|
||||||
|
templateUrl: "sm-adjust-subscription.component.html",
|
||||||
|
})
|
||||||
|
export class SecretsManagerAdjustSubscriptionComponent {}
|
||||||
Reference in New Issue
Block a user