Skip to content

Commit d30730b

Browse files
Merge pull request #267 from prgrms-web-devcourse-final-project/develop
[EA3-68] chore: develop → main 브랜치 머지
2 parents 95de6ca + 9e3ae5d commit d30730b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/grep/neogulcoder/global/auth/oauth/OAuthSuccessHandler.java

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

4646
response.addHeader("Set-Cookie", accessTokenCookie.toString());
4747
response.addHeader("Set-Cookie", refreshTokenCookie.toString());
48-
getRedirectStrategy().sendRedirect(request, response, "http://localhost:3000/auth/callback");
48+
getRedirectStrategy().sendRedirect(request, response, "https://wibby.vercel.app/auth/callback");
4949
}
5050

5151
}

0 commit comments

Comments
 (0)