$socialAccount = $this->socialAccount->where('driver_id', '=', $socialId)->first();
$user = $this->userRepo->getByEmail($socialUser->getEmail());
$isLoggedIn = auth()->check();
$socialAccount = $this->socialAccount->where('driver_id', '=', $socialId)->first();
$user = $this->userRepo->getByEmail($socialUser->getEmail());
$isLoggedIn = auth()->check();
// When a user is not logged in and a matching SocialAccount exists,
// Simply log the user into the application.
// When a user is not logged in and a matching SocialAccount exists,
// Simply log the user into the application.