Skip to content

Commit

Permalink
fix(profile-card): fixed redirect to profile page after register comp…
Browse files Browse the repository at this point in the history
…any fixes #14
  • Loading branch information
mahatmamahardhikach committed Nov 11, 2024
1 parent 97085c5 commit e557b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Livewire/RegisterCompanyPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ public function registerCompany(): RedirectResponse|Redirector

}, 5);

return redirect()->route('dashboard');
return redirect()->route('profile');
}

public function render(): View
{
return view('livewire.register-company-page');
}
}
}

0 comments on commit e557b85

Please sign in to comment.