logger名称有误;
This commit is contained in:
parent
f95a9e879e
commit
70ca696045
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue