Skip to content

Commit f2bdbb4

Browse files
authored
Update OAuth2SuccessHandler.java
1 parent 41fddc3 commit f2bdbb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/avengers/lion/global/OAuth2SuccessHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo
7171

7272

7373
// 프론트엔드로 임시 코드와 함께 리다이렉트
74-
String frontendUrl = "http://localhost:5173/auth/callback?code=" + authCode;
74+
String frontendUrl = "https://letsgu.vercel.app/auth/callback?code=" + authCode;
7575
getRedirectStrategy().sendRedirect(request, response, frontendUrl);
7676

7777
}

0 commit comments

Comments
 (0)