Update templates/login.html
Browse files- templates/login.html +2 -2
templates/login.html
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
<p style="color: red;">{{ error_message }}</p>
|
20 |
{% endif %}
|
21 |
<form method="post" action="/login" id="login-form">
|
22 |
-
<label for="username">User
|
23 |
-
<input type="
|
24 |
|
25 |
<label for="password">Password:</label>
|
26 |
<input type="password" id="password" name="password" required><br><br>
|
|
|
19 |
<p style="color: red;">{{ error_message }}</p>
|
20 |
{% endif %}
|
21 |
<form method="post" action="/login" id="login-form">
|
22 |
+
<label for="username">User email:</label>
|
23 |
+
<input type="email" id="email" name="username" required><br><br>
|
24 |
|
25 |
<label for="password">Password:</label>
|
26 |
<input type="password" id="password" name="password" required><br><br>
|