Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #193 from FinFellows/develop
Browse files Browse the repository at this point in the history
[FIX] 로그인 test
  • Loading branch information
LEEJaeHyeok97 authored Jan 17, 2024
2 parents 45512d5 + 5155366 commit b5c520e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void accessRequest() throws IOException {
String redirectURL = KAKAO_SNS_URL + "?" + parameterString;
log.info("redirectURL = ", redirectURL);

response.sendRedirect(redirectURL);
// response.sendRedirect(redirectURL);
}

@Transactional
Expand Down

0 comments on commit b5c520e

Please sign in to comment.