mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 17:13:47 +00:00
Use payment-v2.component in trial-billing-step.component (#11010)
This commit is contained in:
@@ -19,7 +19,7 @@ export class OrganizationInformationComponent implements OnInit {
|
||||
constructor(private accountService: AccountService) {}
|
||||
|
||||
async ngOnInit(): Promise<void> {
|
||||
if (this.formGroup.controls.billingEmail.value) {
|
||||
if (this.formGroup?.controls?.billingEmail?.value) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user