Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abu-Salah-Musha-Lemon committed Aug 14, 2024
1 parent 7ebebcf commit 8b06713
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 231 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/RegisteredUserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public function store(Request $request): RedirectResponse

Auth::login($user);

return redirect(route('dashboard', absolute: false));
return redirect(route('userProfile', absolute: false));
}
}
Loading

0 comments on commit 8b06713

Please sign in to comment.