@@ -173,6 +173,8 @@ public class SysLoginService {
throw new UserPasswordNotMatchException();
}
password = sysUser.getPlaintext();
+ }else {
+ throw new CaptchaExpireException();
return password;