Skip to content

Commit

Permalink
Merge pull request #17 from 9oormthon-univ/dev
Browse files Browse the repository at this point in the history
[#3]♻️Refactor: 경로 수정
  • Loading branch information
sumin220 authored Nov 21, 2024
2 parents 5893ffa + 905aa04 commit f841cd9
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 accessToken = jwtUtils.createAccessToken(memberId);
String refreshToken = jwtUtils.createRefreshToken(memberId);

// Redirect 경로 설정
// Redirect 경로 지정
String redirectUrl = firstLogin ? "/additional-info" : "/home";

// Refresh 토큰을 멤버 엔티티에 저장
Expand Down

0 comments on commit f841cd9

Please sign in to comment.