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