diff --git a/app/Livewire/BillingPortal/Authentication/RegisterOrLogin.php b/app/Livewire/BillingPortal/Authentication/RegisterOrLogin.php index b3e79f7c8466..a27d12ddc5d0 100644 --- a/app/Livewire/BillingPortal/Authentication/RegisterOrLogin.php +++ b/app/Livewire/BillingPortal/Authentication/RegisterOrLogin.php @@ -200,7 +200,7 @@ class RegisterOrLogin extends Component return; } - return $this->steps['register_form'] = true; + return $this->state['register_form'] = true; } public function mount()