Skip to content

Commit 09c4857

Browse files
committed
🔧 [chore] 애플 로그인 이메일 체크 로직 제거
1 parent d1ec147 commit 09c4857

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Fitfty/Projects/Core/Sources/SocialLoginManager.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,6 @@ extension ASAuthorizationController: ASAuthorizationControllerDelegate {
214214
break
215215
}
216216

217-
guard hasEmail(email: email) else {
218-
failedHandler?(SocialLoginError.noEmail)
219-
return
220-
}
221-
222217
let request = AppleLoginRequest(userIdentifier: userIdentifier,
223218
userName: fullName,
224219
userEmail: email,

0 commit comments

Comments
 (0)