Spaces:
Sleeping
Sleeping
Update public/auth.html
Browse files- public/auth.html +1 -8
public/auth.html
CHANGED
|
@@ -64,10 +64,7 @@
|
|
| 64 |
<label><i class="fas fa-lock"></i> Password</label>
|
| 65 |
<input type="password" name="password" required placeholder="Choose a password">
|
| 66 |
</div>
|
| 67 |
-
|
| 68 |
-
data-sitekey="0x4AAAAAAB8kM_8LvhuBsO6_"
|
| 69 |
-
data-callback="onTurnstileSuccess">
|
| 70 |
-
</div>
|
| 71 |
<button type="submit" class="btn btn-primary">
|
| 72 |
<i class="fas fa-user-plus"></i> Register
|
| 73 |
</button>
|
|
@@ -101,10 +98,6 @@
|
|
| 101 |
<label><i class="fas fa-key"></i> Verification Code</label>
|
| 102 |
<input type="text" name="code" required placeholder="Enter 6-digit code" maxlength="6" style="text-transform: uppercase; letter-spacing: 2px;">
|
| 103 |
</div>
|
| 104 |
-
<div class="cf-turnstile"
|
| 105 |
-
data-sitekey="0x4AAAAAAB8kM_8LvhuBsO6_"
|
| 106 |
-
data-callback="onTurnstileSuccess">
|
| 107 |
-
</div>
|
| 108 |
<button type="submit" class="btn btn-primary">
|
| 109 |
<i class="fas fa-check"></i> Verify
|
| 110 |
</button>
|
|
|
|
| 64 |
<label><i class="fas fa-lock"></i> Password</label>
|
| 65 |
<input type="password" name="password" required placeholder="Choose a password">
|
| 66 |
</div>
|
| 67 |
+
|
|
|
|
|
|
|
|
|
|
| 68 |
<button type="submit" class="btn btn-primary">
|
| 69 |
<i class="fas fa-user-plus"></i> Register
|
| 70 |
</button>
|
|
|
|
| 98 |
<label><i class="fas fa-key"></i> Verification Code</label>
|
| 99 |
<input type="text" name="code" required placeholder="Enter 6-digit code" maxlength="6" style="text-transform: uppercase; letter-spacing: 2px;">
|
| 100 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
<button type="submit" class="btn btn-primary">
|
| 102 |
<i class="fas fa-check"></i> Verify
|
| 103 |
</button>
|