Skip to content

Response from recaptcha never passed to application-layer #3

@sm0ke21

Description

@sm0ke21

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions