diff --git a/public/register.html b/public/register.html index 1faee6ffe1624dd7af2d05c20069fa78f0c97c5e..1775610c8bfaa44ee1cf8d467d7c30278274b72d 100644 --- a/public/register.html +++ b/public/register.html @@ -22,7 +22,6 @@ <div class="register-container"> <h2>Register</h2> <form onsubmit="return validatePassword()" method="POST" action="/register"> - <input type="text" placeholder="Username" name="username" id="username" required> <input type="email" placeholder="Email" name="email" required> <input type="password" placeholder="Password" name="password" id="password" required> <input type="password" placeholder="Confirm Password" name="confirm-password" id="confirm-password" required>