修复登录的时候不能更新验证码的 bug
This commit is contained in:
@@ -31,9 +31,7 @@ require(["jquery", "bsAlert", "csrfToken", "validator"], function ($, bsAlert, c
|
|||||||
location.href = "/";
|
location.href = "/";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if(applied_captcha) {
|
refresh_captcha();
|
||||||
refresh_captcha();
|
|
||||||
}
|
|
||||||
bsAlert(data.data);
|
bsAlert(data.data);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user