#4 - users CRUD #24

Merged
Baakoma merged 24 commits from #4-users-crud into main 2022-01-19 10:55:10 +01:00
Showing only changes of commit 63f5a28794 - Show all commits

View File

@@ -17,7 +17,7 @@ class RedirectIfAuthenticated
foreach ($guards as $guard) {
if (Auth::guard($guard)->check()) {
return redirect()->route("login");
return redirect()->route("dashboard");
}
}