diff --git a/views/claim_address.pug b/views/claim_address.pug index f4728ddd..866ddefe 100644 --- a/views/claim_address.pug +++ b/views/claim_address.pug @@ -118,6 +118,11 @@ block content ) { // clear out the captcha to allow the form to be submitted again grecaptcha.reset(); + } else if ( + '#{selected_captcha_name}' == 'hcaptcha' + ) { + // clear out the captcha to allow the form to be submitted again + hcaptcha.reset() } $('button.btn-success').attr('disabled', false);