Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response from recaptcha never passed to application-layer #3

Open
sm0ke21 opened this issue Aug 13, 2016 · 0 comments
Open

Response from recaptcha never passed to application-layer #3

sm0ke21 opened this issue Aug 13, 2016 · 0 comments

Comments

@sm0ke21
Copy link

sm0ke21 commented Aug 13, 2016

Thecaptcha response needs to be transfered to the application layer so that it can be sent to the server-side for verification with google.

The callback function needs to pass this hash to the app layer instead of just passing true.

if(data) {
    this.setVerified.emit(data);
}

See pull request #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant