mirror of
https://github.com/anatolykopyl/registration.git
synced 2026-03-26 04:45:25 +00:00
7 lines
316 B
JavaScript
7 lines
316 B
JavaScript
grecaptcha.ready(function () {
|
|
grecaptcha.execute('6LcTXIsaAAAAAGWE4913KuaqU1tTT9uyqmvPADcn', { action: 'demo' })
|
|
.then(function (token) {
|
|
document.getElementsByClassName('g-recaptcha-response')[0].value = token;
|
|
document.getElementsByClassName('g-recaptcha-response')[1].value = token;
|
|
});
|
|
}); |