1
0
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:
Alex Morask
2024-09-13 09:29:11 -04:00
committed by GitHub
parent e72203d5e0
commit 0080fcc979
3 changed files with 46 additions and 12 deletions

View File

@@ -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;
}