change label in html for confirm password

This commit is contained in:
2023-11-01 17:28:54 +01:00
parent 7435588363
commit ae167a764e

View File

@@ -17,7 +17,7 @@
<input type="text" name="username" id="username" placeholder="username" required>
<label for="password">password</label>
<input type="password" name="password" id="password" placeholder="password" required>
<label for="confirmpassword">password</label>
<label for="confirmpassword">confirmpassword</label>
<input type="confirmpassword" name="confirmpassword" id="confirmpassword" placeholder="confirmpassword" required>
<p>password must be at least 8 characters long<p>
<br>