mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-31 04:43:34 +01:00
fix (capitalisation): disable android capit.
This commit is contained in:
parent
f4b09d39b2
commit
eb7e30424e
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ func (this Htpasswd) EntryPoint(idpParams map[string]string, req *http.Request,
|
|||
res.Write([]byte(Page(`
|
||||
<form action="` + WithBase("/api/session/auth/") + `" method="post" class="component_middleware">
|
||||
<label>
|
||||
<input type="text" name="user" value="" placeholder="User" />
|
||||
<input type="text" name="user" value="" placeholder="User" autocorrect="off" autocapitalize="off" />
|
||||
</label>
|
||||
<label>
|
||||
<input type="password" name="password" value="" placeholder="Password" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue