update login with username

This commit is contained in:
Joseph Le 2025-08-06 12:46:43 +10:00
parent e618e7a3b4
commit 0045f999e9
1 changed files with 3 additions and 3 deletions

View File

@ -15,12 +15,12 @@
<h1 class="form-title">Login</h1> <h1 class="form-title">Login</h1>
<form id="loginForm"> <form id="loginForm">
<div class="form-group"> <div class="form-group">
<label for="email">Email</label> <label for="email">Email/Username</label>
<input <input
type="email" type="text"
id="email" id="email"
name="email" name="email"
placeholder="user@gmail.com" placeholder="Email/Username"
required required
/> />
</div> </div>