Skip to content

Commit

Permalink
chore : 로그인 redirect-url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkIsComing committed Aug 3, 2024
1 parent 3dbccb1 commit eabe945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private String makeRedirectUrl(String email, String redirectUrl) {
log.info(accessToken);

return UriComponentsBuilder.fromHttpUrl(redirectUrl)
.path("/kakao-login")
.path("/login/loading")
.queryParam("accessToken", accessToken)
.queryParam("redirectUrl", redirectUrl)
.build()
Expand Down

0 comments on commit eabe945

Please sign in to comment.