Gregniuki commited on
Commit
e67df2e
·
1 Parent(s): 1bfa413

Update templates/login.html

Browse files
Files changed (1) hide show
  1. 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 name:</label>
23
- <input type="text" id="username" name="username" required><br><br>
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>