Ücretli deseydiniz yardıma hemen koşarlardı hocam.
Garibanın derdini gariban anlar bana whatsapp üzerinden ulaşın yardımcı olayım hocam. ☺
<style>
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}
</style>
<script src="https://www.google.com/recaptcha/enterprise.js?render=sitekey"></script>
<!-- Your code -->
<script>
function onClick(e) {
e.preventDefault();
grecaptcha.enterprise.ready(async () => {
const token = await grecaptcha.enterprise.execute('güvenlik key', {action: 'LOGIN'});
});
}
</script>şeklinde recapthca kodunu eklerseniz çalışıyor @softinays kardeşime teşekkür ederim ellerine sağlık.