Change to password input

master
bel 2019-10-20 17:20:11 -06:00
parent a0bf41e04e
commit cff3290abb
1 changed files with 1 additions and 1 deletions

View File

@ -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>