Commit 5ebab8e2 authored by 蔡祥熠's avatar 蔡祥熠
Browse files

Merge branch 'fix/captlogin' into 'master'

Merge of fix/captlogin 登录验证码去除缓存 to master

See merge request o2oa/o2oa!426
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -990,7 +990,7 @@ MWF.xDesktop.Authentication.LoginForm = new Class({
src: "data:image/png;base64," + json.data.image,
styles: this.css.verificationImage
}).inject(captchaPic);
}.bind(this))
}.bind(this), null, true, null, false)
},
sendVerificationAction: function () {
var flag = true;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment