From 6605febce71e079c7b8974d3895b708ec0460d3b Mon Sep 17 00:00:00 2001 From: EwelinaLasowy Date: Wed, 30 Mar 2022 09:20:13 +0200 Subject: [PATCH] - cr fix --- app/Infrastructure/Http/Controllers/GoogleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Infrastructure/Http/Controllers/GoogleController.php b/app/Infrastructure/Http/Controllers/GoogleController.php index 7733e7c..6f15e8d 100644 --- a/app/Infrastructure/Http/Controllers/GoogleController.php +++ b/app/Infrastructure/Http/Controllers/GoogleController.php @@ -36,6 +36,6 @@ class GoogleController extends Controller $auth->guard()->login($user, true); - return redirect()->intended(); + return redirect()->route("dashboard"); } }