UNPKG

client-ui

Version:

Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront

11 lines 202 B
/* global window */ window.grecaptcha = { render: function(){ }, reset: function(){ }, getResponse: function(){ return "MOCKED_RESPONSE"; } }; window.recaptchaCallback();