mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
fix(billing): Ensure early exit for closed premium org upgrade payment
This commit is contained in:
parent
2141854ca3
commit
76e97ad71b
@ -203,6 +203,7 @@ export class PremiumOrgUpgradePaymentComponent implements OnInit, AfterViewInit
|
||||
status: PremiumOrgUpgradePaymentStatus.Closed,
|
||||
organizationId: null,
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
combineLatest([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user