Skip to content

Commit

Permalink
Add recaptcha to contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
falkodev committed Dec 20, 2024
1 parent de6e5ee commit 183bca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/modules/contact-page/views/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{% if not data.isDev %}
<script src="https://www.google.com/recaptcha/api.js"></script>
<script>
console.log('data.isDev', {{ data.isDev }});
function onSubmit(token) {
document.getElementById("contact-form").submit();
}
Expand Down

0 comments on commit 183bca9

Please sign in to comment.