Fix captcha reset
This commit is contained in:
parent
ec1252554c
commit
800e545ff5
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ export default class LoginWindow extends Vue {
|
|||
this.password = '';
|
||||
this.form.resetValidation();
|
||||
this.recaptcha.reset();
|
||||
this.captchaResponse = null;
|
||||
}
|
||||
|
||||
captchaVerify(response: string) {
|
||||
|
|
Loading…
Reference in a new issue