Skip to content

Commit

Permalink
Merge pull request #103 from Team-GAJI/feature/#102-CustomsuccessHand…
Browse files Browse the repository at this point in the history
…ler-redirection-fix/GAJI-125

🔨[FIX] CustomSuccessHandler 리디렉션 url 수정
  • Loading branch information
mmingoo authored Aug 15, 2024
2 parents 64da29a + deef872 commit 07a327c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo
//

// 리다이렉션 URL 생성
String targetUrl = UriComponentsBuilder.fromUriString("https://genuine-valkyrie-e0010a.netlify.app/")
String targetUrl = UriComponentsBuilder.fromUriString(redirectionUrl)
.queryParam("access_token", accessToken)
.build().toUriString();

Expand Down

0 comments on commit 07a327c

Please sign in to comment.