Skip to content

Commit

Permalink
♻️ 프론트엔드 Redirect 수정요청 (#70)
Browse files Browse the repository at this point in the history
* ♻️ 프론트엔드 redirect 수정요청

* ♻️ sendRedirect 수정
  • Loading branch information
Jindongleee authored Nov 8, 2024
1 parent b7f84ae commit e5c60ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo

String token = jwtUtil.createJwt(username, role, 60 * 60 * 1000L);

//response.sendRedirect("https://www.to-gather.info/redirect?code=" + "Bearer " + token);
response.sendRedirect("http://localhost:5173/redirect?code=" + "Bearer " + token);
response.sendRedirect("https://www.to-gather.info/redirect?code=" + "Bearer " + token);
}
}

0 comments on commit e5c60ef

Please sign in to comment.