dozoisch/react-google-recaptcha

Recaptcha breaks after an expiration event

Open

#10 opened on Sep 16, 2015

View on GitHub
 (4 comments) (1 reaction) (0 assignees)JavaScript (148 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (1,081 stars)
PR merge metrics
 (PR metrics pending)

Description

  1. Load page
  2. Check box
  3. Wait for expiration
  4. Try to click the box again or reset it manually
  5. Error inside the recaptcha script: image

Any ideas if something related to the async script loading might be causing this? I've tried specifying an expiration callback as well but it behaves the same. Once it expires the recaptcha is unusable until the page is refreshed.

Contributor guide