logger名称有误;

pull/1/head
administrator 5 years ago
parent f95a9e879e
commit 70ca696045

@ -17,7 +17,7 @@ import com.ruoyi.common.security.handler.AbstractAuthenticationFailureEvenHandle
@Component @Component
public class AuthenticationFailureEvenHandler extends AbstractAuthenticationFailureEvenHandler public class AuthenticationFailureEvenHandler extends AbstractAuthenticationFailureEvenHandler
{ {
private final Logger logger = LoggerFactory.getLogger(AuthenticationSuccessEventHandler.class); private final Logger logger = LoggerFactory.getLogger(AuthenticationFailureEvenHandler.class);
@Override @Override
public void handle(AuthenticationException authenticationException, Authentication authentication) public void handle(AuthenticationException authenticationException, Authentication authentication)

Loading…
Cancel
Save