Skip to content

Commit

Permalink
♻️ sendRedirect 경로 수정 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jindongleee authored Nov 7, 2024
1 parent 31cd420 commit 8ad0475
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo

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

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

0 comments on commit 8ad0475

Please sign in to comment.