mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02: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:
@@ -4,7 +4,7 @@
|
|||||||
<h1>Login</h1>
|
<h1>Login</h1>
|
||||||
<form action="/auth/sign_in" method="POST">
|
<form action="/auth/sign_in" method="POST">
|
||||||
<label for="email">Email</label>
|
<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>
|
<label for="password">Password</label>
|
||||||
<input type="password" class="form-control" name="password" required placeholder="Please enter your password">
|
<input type="password" class="form-control" name="password" required placeholder="Please enter your password">
|
||||||
|
Reference in New Issue
Block a user