#2 - authentication via google #16

Merged
Baakoma merged 10 commits from #2-auth-via-google into main 2022-01-13 14:19:11 +01:00
Showing only changes of commit 63f5a28794 - Show all commits

View File

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