remove validate.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
luming 2021-12-13 11:20:36 +08:00
parent 62a1e9f700
commit 98ded5b70f

View File

@ -33,7 +33,7 @@ login = function () {
errshow("手机号码有误,请重填!");
return false;
}
if (isNaN(code) || code.length < 4) {
if (code.length < 6) {
errshow("密码过短,请重新输入!");
return false;
}