delete captcha

This commit is contained in:
Hepatica
2023-12-17 16:22:19 +01:00
parent 32fce904d4
commit 5d1c2fdb48

View File

@@ -25,12 +25,12 @@
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong> Please enable it to continue.</strong>
</noscript> </noscript>
<div class="g-recaptcha" id="rcaptcha" data-callback="get_action" data-sitekey="6LcuUDQpAAAAAPz8007pFD2FigaSh6InnUq_MEd8"></div> <!-- <div class="g-recaptcha" id="rcaptcha" data-callback="get_action" data-sitekey="6LcuUDQpAAAAAPz8007pFD2FigaSh6InnUq_MEd8"></div> -->
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
<script src='https://www.google.com/recaptcha/api.js'></script> <!-- <script src='https://www.google.com/recaptcha/api.js'></script>
<script> <script>
function get_action(form) { function get_action(form) {
@@ -49,6 +49,6 @@
} }
} }
</script> </script> -->
</html> </html>