mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
Merge pull request #261 from alexandre-butynski/patch-1
Use the good input type in the login form
This commit is contained in:
commit
ece091f1d9
@ -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 New Issue
Block a user