Code review
This commit is contained in:
parent
07b5c1f010
commit
7678f4a0cc
|
@ -35,7 +35,7 @@ public class MvcConfiguration extends WebSecurityConfigurerAdapter {
|
|||
.logout()
|
||||
.logoutUrl("/user/logout")
|
||||
.addLogoutHandler(logoutHandler)
|
||||
.logoutSuccessHandler((new HttpStatusReturningLogoutSuccessHandler(HttpStatus.OK)))
|
||||
.logoutSuccessHandler(new HttpStatusReturningLogoutSuccessHandler(HttpStatus.OK))
|
||||
.permitAll()
|
||||
.and()
|
||||
.csrf()
|
||||
|
|
Loading…
Reference in New Issue