解除登录验证码与密码校验

(cherry picked from commit d225b39443)
This commit is contained in:
梁琦涛
2024-08-15 16:01:27 +08:00
parent cbda36dd79
commit 4aca7f4a5e
@@ -100,7 +100,7 @@ public class LoginServiceImpl implements ILoginService {
}
String captcha = sysLoginModel.getCaptcha();
if(captcha==null){
if(StringUtils.isBlank(captcha)){
return Result.error("验证码无效");
}
String lowerCaseCaptcha = captcha.toLowerCase();