mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
Use type=email for email input (#400)
So that mobile devices with software keyboards use the email keyboard and turn off autocorrect/autocapitalization
This commit is contained in:
parent
09d6478d72
commit
e55382acd6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<h1>Login</h1>
|
||||
<form action="/auth/sign_in" method="POST">
|
||||
<label for="email">Email</label>
|
||||
<input type="text" class="form-control" name="username" required placeholder="Please enter your email address">
|
||||
<input type="email" class="form-control" name="username" required placeholder="Please enter your email address">
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input type="password" class="form-control" name="password" required placeholder="Please enter your password">
|
||||
|
|
Loading…
Reference in a new issue