Clear recaptcha error on reattempts

pull/21833/head
Michael Telatynski 2020-11-11 14:00:40 +00:00
parent 0bee4bd72b
commit b3ccabbe6b
1 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,10 @@ export default class CaptchaForm extends React.Component {
console.log("Loaded recaptcha script.");
try {
this._renderRecaptcha(DIV_ID);
// clear error if re-rendered
this.setState({
errorText: null,
});
CountlyAnalytics.instance.track("onboarding_grecaptcha_loaded");
} catch (e) {
this.setState({