diff --git a/src/main/java/com/finfellows/global/config/security/handler/CustomSimpleUrlAuthenticationSuccessHandler.java b/src/main/java/com/finfellows/global/config/security/handler/CustomSimpleUrlAuthenticationSuccessHandler.java index 2db9459..6cf5f23 100644 --- a/src/main/java/com/finfellows/global/config/security/handler/CustomSimpleUrlAuthenticationSuccessHandler.java +++ b/src/main/java/com/finfellows/global/config/security/handler/CustomSimpleUrlAuthenticationSuccessHandler.java @@ -74,7 +74,7 @@ protected String determineTargetUrl(HttpServletRequest request, HttpServletRespo tokenRepository.save(token); return UriComponentsBuilder.fromUriString("http://localhost:3000/") // http://localhost:3000/ https://www.finfellows.co.kr/ -// .queryParam("token", tokenMapping.getAccessToken()) + .queryParam("token", tokenMapping.getAccessToken()) .build().toUriString(); }