@@ -267,6 +267,7 @@ public class UserServiceImpl implements IUserService {
throw new UserException("user.password.retry.limit.count", errorNumber);
}
+ RedisUtils.deleteObject(Constants.LOGIN_ERROR + username);
return user;