Skip to content

Commit

Permalink
chore: webClient 관련 TODO 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehee329 committed Oct 4, 2023
1 parent 1830132 commit b356d3a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class OauthLoginFacade {
private final AuthService authService;

public TokenResponse oauthLogin(OauthLoginRequest request) {
// TODO: webClient 관련 에러 핸들링
UserInfo userInfo = requestUserInfo(request.oauthProvider(), request.code());
return authService.userLogin(request, userInfo);
}
Expand Down

0 comments on commit b356d3a

Please sign in to comment.