Change field to email
This commit is contained in:
parent
856c3c8fdc
commit
69250ff804
@ -49,7 +49,7 @@
|
||||
<h1>Login</h1>
|
||||
<form>
|
||||
<label for="login_email">Email:</label>
|
||||
<input type="text" id="login_email" name="email" required><br>
|
||||
<input type="email" id="login_email" name="email" required><br>
|
||||
|
||||
<label for="login_password">Password:</label>
|
||||
<input type="password" id="login_password" name="password" required><br>
|
||||
@ -71,7 +71,7 @@
|
||||
<input type="text" id="register_nickname" name="nickname" required><br>
|
||||
|
||||
<label for="register_email">Email:</label>
|
||||
<input type="text" id="register_email" name="email" required><br>
|
||||
<input type="email" id="register_email" name="email" required><br>
|
||||
|
||||
<label for="register_password">Password:</label>
|
||||
<input type="password" id="register_password" name="password" required><br>
|
||||
|
Loading…
Reference in New Issue
Block a user