Nookta adlı üyeden alıntı: mesajı görüntüle
 #recaptcha-container {      float: left; /* Sol tarafa yerleştir */      margin-right: 10px; /* İsteğe bağlı boşluk */      transform: scale(0.8); /* Boyutu küçült */    }
<div id="recaptcha-container"></div> <script src="https://www.google.com/recaptcha/enterprise.js?render=sitekey"></script> <script>  function onClick(e) {    e.preventDefault();    grecaptcha.enterprise.ready(async () => {      const token = await grecaptcha.enterprise.execute('güvenlik key', {action: 'LOGIN'});    });  } </script>
yedek alıp denermisin bilmiyorum olacak mı ama
olmadı