()
| 166 | }; |
| 167 | try { |
| 168 | function run() { |
| 169 | grecaptcha.enterprise.ready(function() { |
| 170 | grecaptcha.enterprise.execute("6LdsFiUsAAAAAIjVDZcuLhaHiDn5nnHVXVRQGeMV", { action: action }) |
| 171 | .then(token => finish(resolve, token)) |
| 172 | .catch(err => finish(reject, err.message || "reCAPTCHA evaluation failed internally")); |
| 173 | }); |
| 174 | } |
| 175 | |
| 176 | if (typeof grecaptcha !== "undefined" && grecaptcha.enterprise) { |
| 177 | run(); |
no test coverage detected