Skip to content

Commit 37d4e54

Browse files
committed
feat: 카카오 로그인 continuation return 처리
1 parent e3bddda commit 37d4e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Projects/Domain/Auth/Sources/LoginManager/LoginManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ extension LoginManager {
8686
continuation.resume(throwing: URLError(.badServerResponse))
8787
Log.error("Kakao Login Error")
8888
}
89+
return
8990
}
9091
}
9192
}

0 commit comments

Comments
 (0)