Use the good input type in the login form
This is in order to display the good keyboard in all devices
This commit is contained in:
parent
dd670f413a
commit
cd3888a453
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{{ define "content" }}
|
||||
<h1>Login</h1>
|
||||
<div>
|
||||
<input type="text" name="username" placeholder="Email address" autocomplete="off" spellcheck="false" class="form-control" />
|
||||
<input type="email" name="username" placeholder="Email address" autocomplete="off" spellcheck="false" class="form-control" />
|
||||
<input type="password" name="password" placeholder="Password" class="form-control" />
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue