mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-02 23:11:56 +08:00
logger名称有误;
This commit is contained in:
@@ -17,7 +17,7 @@ import com.ruoyi.common.security.handler.AbstractAuthenticationFailureEvenHandle
|
||||
@Component
|
||||
public class AuthenticationFailureEvenHandler extends AbstractAuthenticationFailureEvenHandler
|
||||
{
|
||||
private final Logger logger = LoggerFactory.getLogger(AuthenticationSuccessEventHandler.class);
|
||||
private final Logger logger = LoggerFactory.getLogger(AuthenticationFailureEvenHandler.class);
|
||||
|
||||
@Override
|
||||
public void handle(AuthenticationException authenticationException, Authentication authentication)
|
||||
|
||||
Reference in New Issue
Block a user