diff --git a/app/Livewire/BillingPortal/Authentication/Register.php b/app/Livewire/BillingPortal/Authentication/Register.php index 65fb21f598df..76f713ef0a95 100644 --- a/app/Livewire/BillingPortal/Authentication/Register.php +++ b/app/Livewire/BillingPortal/Authentication/Register.php @@ -44,6 +44,8 @@ class Register extends Component 'initial_completed' => false, ]; + public array $registration_fields = []; + public function initial() { $this->validateOnly('email', ['email' => 'required|bail|email:rfc']);