- added some test

This commit is contained in:
EwelinaLasowy
2022-03-29 10:40:51 +02:00
parent 720d2c4e7b
commit c09a1e664a
4 changed files with 242 additions and 1 deletions

View File

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