removed forgot pass in register user

This commit is contained in:
jouls 2024-04-25 15:16:37 +08:00
parent 69afa41d33
commit 46995fef7b
1 changed files with 0 additions and 3 deletions

View File

@ -112,9 +112,6 @@ $_SESSION["isVendor"] = false;
<input type="password" name="password" placeholder="Enter your password" required />
</span>
<p><input type="checkbox"> I accept this Terms & Conditions and Privacy Policy</p>
<span class="ec-login-wrap ec-login-fp">
<label><a href="#">Forgot Password?</a></label>
</span>
<span class="ec-login-wrap ec-login-btn">
<button class="btn btn-primary" type="submit">Register</button>
</span>