Skip to content

Commit ed0d907

Browse files
committed
captcha lowercase
1 parent 3b79f18 commit ed0d907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/js/view/login/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default {
134134
const params = {
135135
userName: this.loginForm.user,
136136
password: this.loginForm.password,
137-
captcha: this.loginForm.captcha,
137+
captcha: this.loginForm.captcha.toLocaleLowerCase(),
138138
};
139139
api
140140
.fetch(`/user/login`, params)

0 commit comments

Comments
 (0)