mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 23:23:52 +00:00
Added option to through queryParams pre select the desired upgrade option on the subscription page (#10145)
This commit is contained in:
@@ -122,6 +122,7 @@
|
||||
<app-change-plan
|
||||
[organizationId]="organizationId"
|
||||
[currentPlan]="sub.plan"
|
||||
[preSelectedProductTier]="preSelectedProductTier"
|
||||
(onChanged)="closeChangePlan()"
|
||||
(onCanceled)="closeChangePlan()"
|
||||
*ngIf="showChangePlan"
|
||||
|
||||
Reference in New Issue
Block a user