#26 Updated key to support v2 of captcha
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m2s

This commit is contained in:
Luke Else 2025-04-06 23:12:27 +01:00
parent 931e4d2abe
commit 5fe7b83c47

View File

@ -88,7 +88,7 @@
<input type="hidden" name="redirectTo" value="https://luke-else.co.uk/contact?sent=true">
<!-- reCAPTCHA integration -->
<div class="g-recaptcha" data-sitekey="6Lc3NgwrAAAAAKBh-ALiEnNfkYR4Wq4TLtH5DYEL"></div>
<div class="g-recaptcha" data-sitekey="6LfjQAwrAAAAAIF57u8Wt4w5L5vBEWi5DfXXBuGy"></div>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</form>
</div>