update login with username
This commit is contained in:
parent
e618e7a3b4
commit
0045f999e9
|
|
@ -15,12 +15,12 @@
|
|||
<h1 class="form-title">Login</h1>
|
||||
<form id="loginForm">
|
||||
<div class="form-group">
|
||||
<label for="email">Email</label>
|
||||
<label for="email">Email/Username</label>
|
||||
<input
|
||||
type="email"
|
||||
type="text"
|
||||
id="email"
|
||||
name="email"
|
||||
placeholder="user@gmail.com"
|
||||
placeholder="Email/Username"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue