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