mirror of
https://github.com/harness/drone.git
synced 2025-05-21 19:39:59 +08:00
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
@ -3,7 +3,7 @@
|
|||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
<h1>Login</h1>
|
<h1>Login</h1>
|
||||||
<div>
|
<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" />
|
<input type="password" name="password" placeholder="Password" class="form-control" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user