mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
fix(billing): Ensure early exit for closed premium org upgrade payment
This commit is contained in:
@@ -203,6 +203,7 @@ export class PremiumOrgUpgradePaymentComponent implements OnInit, AfterViewInit
|
||||
status: PremiumOrgUpgradePaymentStatus.Closed,
|
||||
organizationId: null,
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
combineLatest([
|
||||
|
||||
Reference in New Issue
Block a user