1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

refactor(billing): clean up unused dialog data and HTML comment

This commit is contained in:
Stephon Brown
2026-02-04 18:36:59 -05:00
parent 0957a4fd85
commit 960a57027f
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
<!-- Premium-to-Organization upgrade flow: User already has premium personally and is upgrading to Teams/Enterprise -->
@if (step() == PlanSelectionStep) {
<app-premium-org-upgrade
(planSelected)="onPlanSelected($event)"

View File

@@ -78,7 +78,6 @@ describe("PremiumOrgUpgradeDialogComponent", () => {
account: mockAccount,
initialStep: null,
selectedPlan: null,
planSelectionStepTitleOverride: null,
};
/**