adjust spacing
This commit is contained in:
parent
5a0899ff25
commit
29abf338f0
@ -45,7 +45,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
|||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {
|
public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {
|
||||||
auth.authenticationProvider(authProvider());
|
auth.authenticationProvider(authProvider());
|
||||||
}
|
}
|
||||||
|
|
||||||
public AuthenticationProvider authProvider() {
|
public AuthenticationProvider authProvider() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user