mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-31 14:01:57 +08:00
logger名称有误;
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user