Skip to content

Commit

Permalink
Merge pull request #559 from edegaudenzi/feature/397_socialnetwork_al…
Browse files Browse the repository at this point in the history
…ready_taken_fix

#397 No more fatal Exceptions when connecting to already taken Social…
  • Loading branch information
maxxer authored Aug 14, 2024
2 parents f3765a0 + 9400808 commit 35a2126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Enh: Changed exception thrown in PasswordRecoveryService from `RuntimeException` to `NotFoundException`. (eseperio)
- New #553: created Da\User\AuthClient\Microsoft365 auth client (edegaudenzi)
- Ehh: Added SecurityHelper to the Bootstrap classMap
- Fix #397: No more fatal Exceptions when connecting to already taken Social Network (edegaudenzi)

## 1.6.3 Mar 18th, 2024

Expand Down
2 changes: 1 addition & 1 deletion src/User/Service/SocialNetworkAccountConnectService.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ protected function getSocialNetworkAccount()
}
}

return false;
return $account;
}
}

0 comments on commit 35a2126

Please sign in to comment.