File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -269,6 +269,7 @@ const loginHandle = () => {
269269 loading .value = false
270270 loginForm .value .username = ' '
271271 loginForm .value .password = ' '
272+ loginForm .value .captcha = ' '
272273 const timestampKey = ` ${username }_chat_first_fail_timestamp `
273274 if (! localStorage .getItem (timestampKey )) {
274275 localStorage .setItem (timestampKey , Date .now ().toString ())
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ const loginHandle = () => {
217217 loading .value = false
218218 loginForm .value .username = ' '
219219 loginForm .value .password = ' '
220+ loginForm .value .captcha = ' '
220221 const timestampKey = ` ${username }_first_fail_timestamp `
221222 if (! localStorage .getItem (timestampKey )) {
222223 localStorage .setItem (timestampKey , Date .now ().toString ())
You can’t perform that action at this time.
0 commit comments