We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bad4af commit cfa6d3bCopy full SHA for cfa6d3b
โFitfty/Projects/Core/Sources/SocialLoginManager.swiftโ
@@ -222,7 +222,7 @@ extension ASAuthorizationController: ASAuthorizationControllerDelegate {
222
}
223
224
public func authorizationController(controller: ASAuthorizationController, didCompleteWithError error: Error) {
225
- failedHandler?(error)
+ failedHandler?(SocialLoginError.loginFail)
226
227
228
0 commit comments