templates/partials/captcha.html.twig line 1

Open in your IDE?
  1. <div class="mt-4">
  2.     <div class="g-recaptcha" data-sitekey="{{ captcha_web }}"></div>
  3. </div>
  4. <script src='https://www.google.com/recaptcha/api.js?hl=es'></script>