Fix captcha reset

This commit is contained in:
Dominik Korsa 2021-01-21 16:45:00 +01:00
parent ec1252554c
commit 800e545ff5
No known key found for this signature in database
GPG key ID: 546F986F71A6FE6E

View file

@ -118,6 +118,7 @@ export default class LoginWindow extends Vue {
this.password = '';
this.form.resetValidation();
this.recaptcha.reset();
this.captchaResponse = null;
}
captchaVerify(response: string) {