Update auth.html

This commit is contained in:
Voxel 2025-04-15 15:00:14 -04:00 committed by GitHub
parent 7775c44b42
commit 3670076d91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
<h1>Login</h1>
<input type="text" id="reg-username" placeholder="Username"><br>
<input type="password" id="reg-password" placeholder="Password"><br>
<div class="cf-turnstile" data-sitekey="YOUR_SITE_KEY_HERE"></div><br>
<div class="cf-turnstile" data-sitekey="0x4AAAAAABL-mVGZhgs_SDwZ"></div><br>
<button onclick="register()">Register</button>
<hr>