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