Skip to content

Commit ba969bf

Browse files
authored
Merge pull request #17 from 9ITHON/develop
v5
2 parents d076174 + cb36bbf commit ba969bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/qithon/clearplate/global/oauth2/OAuth2LoginSuccessHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ public void onAuthenticationSuccess(HttpServletRequest request,
5353

5454

5555
// TODO: 소셜로그인이 완료된 후 사용자를 어디로 리다이렉트할지 결정해야 합니다.
56-
response.sendRedirect("http://localhost:3000/main");
56+
response.sendRedirect("https://www.clearplate.store/main");
5757
}
5858
}

0 commit comments

Comments
 (0)