Skip to content

Commit

Permalink
feat: dan-sup.com 리다이렉트 url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTakGyun committed Oct 20, 2023
1 parent 9908601 commit f14ed0a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ private String setSuccessRedirectUrl(String requestUrl, int requestPort) {
redirectUrl = "http://localhost:3000/login/oauth2/success";
}
if (requestUrl.equals("dan-sup.com")) {
redirectUrl = "https://www.dan-sup.com/login/oauth2/success";
// redirectUrl = "https://www.dan-sup.com/login/oauth2/success";
redirectUrl = "http://localhost:3000/login/oauth2/success";
}

return redirectUrl;
Expand Down

0 comments on commit f14ed0a

Please sign in to comment.