Refresh captcha every 5 minutes

stable/1.0.x
Alex Gleason 2020-04-28 10:26:30 -05:00
rodzic 08e6543dc3
commit 90b6244b2f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -59,6 +59,7 @@ class RegistrationForm extends ImmutablePureComponent {
captcha_answer_data: captcha.get('answer_data'),
});
}).catch(error => console.error(error));
setTimeout(this.fetchCaptcha, 5*60*100); // Captcha invalidates after 5 minutes
}
getCaptchaElem = () => {