Skip to content

Commit

Permalink
Merge pull request #48 from devocean-finut/dev/level_test
Browse files Browse the repository at this point in the history
#39 Fix Config : spring security ์ˆ˜์ •
  • Loading branch information
plum-king authored Nov 14, 2024
2 parents 6ad0526 + af31ea5 commit 9243f43
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http, CustomOAuth2Us
)
.defaultSuccessUrl("/success", true)
)
.formLogin(formLogin ->
formLogin
.defaultSuccessUrl("/success", true)
)
// .formLogin(formLogin ->
// formLogin
// .defaultSuccessUrl("/success", true)
// )
.logout(logout ->
logout
.logoutSuccessUrl("/") // ์ž„์‹œ
Expand Down

0 comments on commit 9243f43

Please sign in to comment.