<head>
<script src="https://www.google.com/recaptcha/enterprise.js?render=6LeW9D4sAAAAAKk5UD3CqR-f-BbSLCpHX9A4WtaP"></script>
<!-- Your code -->
</head>
<script>
function onClick(e) {
e.preventDefault();
grecaptcha.enterprise.ready(async () => {
const token = await grecaptcha.enterprise.execute('6LeW9D4sAAAAAKk5UD3CqR-f-BbSLCpHX9A4WtaP', {action: 'LOGIN'});
});
}
</script>

