mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 07:33:23 +00:00
Added option to through queryParams pre select the desired upgrade option on the subscription page (#10145)
This commit is contained in:
@@ -56,7 +56,7 @@ export class IsEnterpriseOrgGuard implements CanActivate {
|
||||
});
|
||||
if (upgradeConfirmed) {
|
||||
await this.router.navigate(["organizations", org.id, "billing", "subscription"], {
|
||||
queryParams: { upgrade: true },
|
||||
queryParams: { upgrade: true, productTierType: ProductTierType.Enterprise },
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user