Skip to content

Commit

Permalink
Issue #19 fix: Scrutinizer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
manojLondhe authored and coolbung committed Jun 28, 2019
1 parent 10dabf8 commit 6af5ca1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/users/jfbconnect.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ private function jfbGetProvider($providerName)

return $provider;
}

return;
}

/**
Expand Down Expand Up @@ -220,7 +218,6 @@ private function jfbRegisterUser($provider)

// START - Use JFB code
// Based on: JFB code from components/com_jfbconnect/controllers/login.php login()

$profile = $provider->profile->fetchProfile($providerUserId, array('email'));
$providerEmail = $profile->get('email', null);

Expand Down

0 comments on commit 6af5ca1

Please sign in to comment.