dachcom-digital/js-pimcore-formbuilder

ReCaptcha token assignment not working

patric-eberle opened this issue · 1 comments

When the ReCaptcha token from the Google API is returned, the token value is not forwarded to the assignment method.

.then(() => this.onTokenGenerated());

This results in an invalid form submit, returning an error that We're sorry, but your computer or network may be sending automated queries. To protect our users, we can't process your request right now..

I prepared a PR: #4

Fixed via #4. Thank yuo @patric-eberle!