Spaces:
Sleeping
Sleeping
Update templates/signup.html
Browse files- templates/signup.html +1 -6
templates/signup.html
CHANGED
@@ -93,12 +93,7 @@
|
|
93 |
<p class="error-message">{{ error }}</p>
|
94 |
{% endif %}
|
95 |
</div>
|
96 |
-
|
97 |
-
<input type="text" id="phone-number" placeholder="Enter your mobile number">
|
98 |
-
<button onclick="sendOTP()">Send OTP</button>
|
99 |
-
<input type="text" id="otp-input" placeholder="Enter OTP">
|
100 |
-
<button onclick="verifyOTP()">Verify OTP</button>
|
101 |
-
</div>
|
102 |
<script>
|
103 |
function sendOTP() {
|
104 |
const phone = document.getElementById('phone-number').value;
|
|
|
93 |
<p class="error-message">{{ error }}</p>
|
94 |
{% endif %}
|
95 |
</div>
|
96 |
+
|
|
|
|
|
|
|
|
|
|
|
97 |
<script>
|
98 |
function sendOTP() {
|
99 |
const phone = document.getElementById('phone-number').value;
|