Skip to content

Commit cfa6d3b

Browse files
committed
๐Ÿ”ง [chore] ์• ํ”Œ๋กœ๊ทธ์ธ ์‹คํŒจ ์—๋Ÿฌ ์ฒ˜๋ฆฌ
1 parent 8bad4af commit cfa6d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€ŽFitfty/Projects/Core/Sources/SocialLoginManager.swiftโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ extension ASAuthorizationController: ASAuthorizationControllerDelegate {
222222
}
223223

224224
public func authorizationController(controller: ASAuthorizationController, didCompleteWithError error: Error) {
225-
failedHandler?(error)
225+
failedHandler?(SocialLoginError.loginFail)
226226
}
227227
}
228228

0 commit comments

Comments
ย (0)