minor fixes

This commit is contained in:
2022-06-08 11:38:45 +02:00
parent faed871b19
commit f3cb6ad436
3 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
<body>
<form method="post">
<input id="text" type="text" name="user_name"><br><br>
<input id="text" type="password" name="password"><br><br>
<input id="text" type="password" name="password" autocomplete="off"><br><br>
<input id="button" type="submit" value="Login"><br><br>
</form>