diff --git a/app/Http/Livewire/Auth/Register/Individual.php b/app/Http/Livewire/Auth/Register/Individual.php index fb7ff14..c8ab175 100644 --- a/app/Http/Livewire/Auth/Register/Individual.php +++ b/app/Http/Livewire/Auth/Register/Individual.php @@ -171,7 +171,7 @@ class Individual extends Component Auth::login($user, true); - redirect(route('dashboard')); + redirect(route('home')); } public function render()