]> _ Git - odl.git/commitdiff
wip #4765
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Oct 2021 16:54:53 +0000 (18:54 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Oct 2021 16:54:53 +0000 (18:54 +0200)
app/Http/Controllers/Auth/LoginController.php

index a8282c4bdc2e1f08a702b0f97eeba0c3b378f677..78a373d48fe61267b1ccf1ed8885363586e1c89c 100644 (file)
@@ -25,6 +25,7 @@ class LoginController extends \Backpack\CRUD\app\Http\Controllers\Auth\LoginCont
 
     public function showLoginForm()
     {
-       // return Socialite::driver('google')->redirect();
+        dd(Socialite::driver('google')->user());
+        // return Socialite::driver('google')->redirect();
     }
 }