Spaces:
Sleeping
Sleeping
Update public/auth.html
Browse files- public/auth.html +11 -3
public/auth.html
CHANGED
|
@@ -41,13 +41,13 @@
|
|
| 41 |
<label><i class="fas fa-lock"></i> Password</label>
|
| 42 |
<input type="password" name="password" required placeholder="Enter your password">
|
| 43 |
</div>
|
| 44 |
-
<button type="submit" class="btn btn-primary">
|
| 45 |
-
<i class="fas fa-sign-in-alt"></i> Login
|
| 46 |
-
</button>
|
| 47 |
<div class="cf-turnstile"
|
| 48 |
data-sitekey="0x4AAAAAAB8kM_8LvhuBsO6_"
|
| 49 |
data-callback="onTurnstileSuccess">
|
| 50 |
</div>
|
|
|
|
|
|
|
|
|
|
| 51 |
</form>
|
| 52 |
|
| 53 |
<form id="registerForm" class="auth-form" style="display: none;">
|
|
@@ -64,6 +64,10 @@
|
|
| 64 |
<label><i class="fas fa-lock"></i> Password</label>
|
| 65 |
<input type="password" name="password" required placeholder="Choose a password">
|
| 66 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
<button type="submit" class="btn btn-primary">
|
| 68 |
<i class="fas fa-user-plus"></i> Register
|
| 69 |
</button>
|
|
@@ -97,6 +101,10 @@
|
|
| 97 |
<label><i class="fas fa-key"></i> Verification Code</label>
|
| 98 |
<input type="text" name="code" required placeholder="Enter 6-digit code" maxlength="6" style="text-transform: uppercase; letter-spacing: 2px;">
|
| 99 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
<button type="submit" class="btn btn-primary">
|
| 101 |
<i class="fas fa-check"></i> Verify
|
| 102 |
</button>
|
|
|
|
| 41 |
<label><i class="fas fa-lock"></i> Password</label>
|
| 42 |
<input type="password" name="password" required placeholder="Enter your password">
|
| 43 |
</div>
|
|
|
|
|
|
|
|
|
|
| 44 |
<div class="cf-turnstile"
|
| 45 |
data-sitekey="0x4AAAAAAB8kM_8LvhuBsO6_"
|
| 46 |
data-callback="onTurnstileSuccess">
|
| 47 |
</div>
|
| 48 |
+
<button type="submit" class="btn btn-primary">
|
| 49 |
+
<i class="fas fa-sign-in-alt"></i> Login
|
| 50 |
+
</button>
|
| 51 |
</form>
|
| 52 |
|
| 53 |
<form id="registerForm" class="auth-form" style="display: none;">
|
|
|
|
| 64 |
<label><i class="fas fa-lock"></i> Password</label>
|
| 65 |
<input type="password" name="password" required placeholder="Choose a password">
|
| 66 |
</div>
|
| 67 |
+
<div class="cf-turnstile"
|
| 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 |
<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>
|