Apply fixes from StyleCI
This commit is contained in:

committed by
RafficMohammed

parent
ac7fc33df2
commit
e8f61f16d5
@@ -77,6 +77,7 @@ class AuthController extends Controller
|
||||
}
|
||||
//dd(\Config::get('services'));
|
||||
$s = Socialite::driver($provider)->redirect();
|
||||
|
||||
//dd('dscd');
|
||||
return $s;
|
||||
}
|
||||
@@ -114,6 +115,7 @@ class AuthController extends Controller
|
||||
}
|
||||
Auth::login($user);
|
||||
}
|
||||
|
||||
//after login redirecting to home page
|
||||
return redirect('/');
|
||||
} catch (\Exception $ex) {
|
||||
|
Reference in New Issue
Block a user