Skip to content

Commit

Permalink
Merge pull request #16 from Timetris-Trendithon/loginError
Browse files Browse the repository at this point in the history
🔧Chore: 로그인 리다이렉션 삭제
  • Loading branch information
jiinkyung authored Feb 19, 2024
2 parents 510c284 + 4b41099 commit 5a40c14
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 5a40c14

Please sign in to comment.