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

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