Skip to content

Commit

Permalink
Merge branch '291' into shakib-dev-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvo7670 committed Jan 14, 2024
2 parents 3e6e465 + 75ca8aa commit aacf502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Social/SocialProfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ public function add_social_profile()
if($openIDConnect && $openIDConnect !== 'false' && $openIDConnect !== 'undefined' && $accountType === 'profile'){
$scope = WPSCP_LINKEDIN_SCOPE_OPENID;
}
elseif($openIDConnect && $openIDConnect !== 'false' && $openIDConnect !== 'undefined' && $accountType === 'profile') {
elseif($openIDConnect && $openIDConnect !== 'false' && $openIDConnect !== 'undefined' && $accountType === 'page') {
$scope = WPSCP_LINKEDIN_SCOPE_OPENID_PAGE;
}
elseif($accountType === 'page'){
Expand Down

0 comments on commit aacf502

Please sign in to comment.