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

Commit 5155366

Browse files
Merge pull request #192 from FinFellows/fix/#187_editEntity
[FIX] 로그인 test
2 parents 1a13070 + 809900b commit 5155366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/finfellows/domain/auth/application/KakaoService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void accessRequest() throws IOException {
138138
String redirectURL = KAKAO_SNS_URL + "?" + parameterString;
139139
log.info("redirectURL = ", redirectURL);
140140

141-
response.sendRedirect(redirectURL);
141+
// response.sendRedirect(redirectURL);
142142
}
143143

144144
@Transactional

0 commit comments

Comments
 (0)