Skip to content

Commit

Permalink
Update authentication-register.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SamarthJ2004 authored Jan 12, 2024
1 parent af7b2dc commit c782995
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Authentication/authentication-register.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<input class='password' type="password" id="password" placeholder="password">
<div class="showToggle"><i class="fa-regular fa-eye-slash"></i></div>
</div>
<div id="message">
<p id="length" class="invalid">Minimum <b>6 characters</b></p>
</div>
<div class="buttons">
<button class='login-register' id="register">Register</button>
<button class='create' onclick="loginPage()">Existing User</button>
</div>
<div id="message">
<p id="length" class="invalid">Minimum <b>6 characters</b></p>
</div>
</div>
<div class="sidebar"></div>
</div>
Expand Down Expand Up @@ -88,4 +88,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit c782995

Please sign in to comment.