Remove redundant code in document
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
committed by
Josh Cummings
parent
e7fe6b9564
commit
5ec7ae6b74
@@ -369,8 +369,7 @@ public class SecuredSecurityConfig {
|
||||
.logoutUrl("/secured/logout")
|
||||
.logoutSuccessUrl("/secured/login?logout")
|
||||
.permitAll()
|
||||
)
|
||||
.formLogin(Customizer.withDefaults());
|
||||
);
|
||||
return http.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user