Skip to content

Commit

Permalink
securit pertmi
Browse files Browse the repository at this point in the history
  • Loading branch information
yooonwodyd committed Feb 19, 2024
1 parent 201d745 commit 13b7279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public SecurityFilterChain securityFilterChain(
http.formLogin(
formLogin ->
formLogin.loginPage("/loginPage/formLogin")
.loginProcessingUrl("/loginPage/login")
.loginProcessingUrl("/login")
.usernameParameter("username")
.passwordParameter("password")
.defaultSuccessUrl("/loginPage/loginSuccess",true)// user 같이 정보 반환, 프런트 연결시 변경 필요
Expand Down

0 comments on commit 13b7279

Please sign in to comment.