From 3889aeb779ad8a3240adfc0468715f11eb0b5afc Mon Sep 17 00:00:00 2001 From: 65160381 <65160381@go.buu.ac.th> Date: Tue, 25 Mar 2025 01:07:21 +0700 Subject: [PATCH] 7.4 --- public/register.html | 1 - 1 file changed, 1 deletion(-) diff --git a/public/register.html b/public/register.html index 1faee6f..1775610 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> -- GitLab