Skip to content

Commit

Permalink
Merge pull request #69 from siwonKH/main
Browse files Browse the repository at this point in the history
test
  • Loading branch information
siwonKH committed Jul 4, 2023
2 parents be1aa96 + 9144a2f commit 2088d28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected void configure(HttpSecurity http) throws Exception {
@Override
public void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication) throws IOException, ServletException {
String redirectUrl = request.getSession().getAttribute("redirect").toString();
getRedirectStrategy().sendRedirect(request, response, redirectUrl);
// getRedirectStrategy().sendRedirect(request, response, redirectUrl);
}
});
}
Expand Down

0 comments on commit 2088d28

Please sign in to comment.