Change to password input
parent
a0bf41e04e
commit
cff3290abb
|
|
@ -18,7 +18,7 @@ func (s *Server) usersLog(w http.ResponseWriter, r *http.Request) {
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<form method="post" action="/authorize?`+q.Encode()+`">
|
<form method="post" action="/authorize?`+q.Encode()+`">
|
||||||
<input type="text" name="username"></input>
|
<input type="password" name="username"></input>
|
||||||
<input type="submit"></input>
|
<input type="submit"></input>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue