Update Removed Usages
Issue gh-13544
This commit is contained in:
@@ -66,7 +66,7 @@ public class SecurityConfig {
|
||||
|
||||
@Bean
|
||||
public AuthenticationProvider authenticationProvider() {
|
||||
Assert.notNull(this.myUserRepository);
|
||||
Assert.notNull(this.myUserRepository, "myUserRepository cannot be null");
|
||||
return new AuthenticationProvider() {
|
||||
@Override
|
||||
public boolean supports(Class<?> authentication) {
|
||||
|
||||
Reference in New Issue
Block a user