Skip to content

Commit 9400808

Browse files
author
enrico.degaudenzi@connectorly.io
committed
#397 No more fatal Exceptions when connecting to already taken Social Network
1 parent f3765a0 commit 9400808

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Enh: Changed exception thrown in PasswordRecoveryService from `RuntimeException` to `NotFoundException`. (eseperio)
66
- New #553: created Da\User\AuthClient\Microsoft365 auth client (edegaudenzi)
77
- Ehh: Added SecurityHelper to the Bootstrap classMap
8+
- Fix #397: No more fatal Exceptions when connecting to already taken Social Network (edegaudenzi)
89

910
## 1.6.3 Mar 18th, 2024
1011

src/User/Service/SocialNetworkAccountConnectService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ protected function getSocialNetworkAccount()
9393
}
9494
}
9595

96-
return false;
96+
return $account;
9797
}
9898
}

0 commit comments

Comments
 (0)