This commit is contained in:
EwelinaLasowy 2022-03-30 09:20:13 +02:00
parent 435158f426
commit 6605febce7

View File

@ -36,6 +36,6 @@ class GoogleController extends Controller
$auth->guard()->login($user, true); $auth->guard()->login($user, true);
return redirect()->intended(); return redirect()->route("dashboard");
} }
} }