Skip to content

Commit

Permalink
change to turnstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 24, 2024
1 parent ad5028e commit 75a1dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(app)/register/views/View1.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
/>
<meta content="cvapps.net" name="author"/>

<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback" defer></script> -->
</svelte:head>

<!--todo fix layout shift that occurs from transition-->
Expand Down Expand Up @@ -434,7 +434,7 @@
/>
{/if}

<div class="g-recaptcha" data-sitekey="6LfDOecpAAAAAKwTGvj0c4kBlTOf2avJxf-RQSRS"></div>
<div class="cf-turnstile" data-sitekey="0x4AAAAAAAbDQJPXlBpFeetY" data-callback="javascriptCallback"></div>

<div class="button-cont">
<button class="nav-btn" type="button" on:click={back}>
Expand Down

0 comments on commit 75a1dc1

Please sign in to comment.