Skip to content

Commit

Permalink
#397 No more fatal Exceptions when connecting to already taken Social…
Browse files Browse the repository at this point in the history
… Network
  • Loading branch information
[email protected] committed Aug 14, 2024
1 parent f3765a0 commit 9400808
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 9400808

Please sign in to comment.