This commit is contained in:
2018-10-28 22:33:47 -05:00
parent ad81035496
commit 1f5037af2a
2 changed files with 0 additions and 2 deletions

View File

@@ -87,7 +87,6 @@ class LoginController extends Controller
* @param \Laravel\Socialite\Two\User $user
*/
private function createOrGetUser($eve_user) {
dd($eve_user->user);
//Search for user in the database
$authUser = User::where('character_id', $eve_user->id)->first();
if($authUser) {