Skip to content

Commit

Permalink
🔧Chore: 로그인 리다이렉션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinkyung committed Feb 19, 2024
1 parent 31d1072 commit 4b41099
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void onAuthenticationSuccess(HttpServletRequest request, HttpServletRespo
}

request.getSession().setAttribute("name", userName);
response.sendRedirect("/main");
//response.sendRedirect("/main");

} catch (Exception e) {
throw e;
Expand Down

0 comments on commit 4b41099

Please sign in to comment.