Turn off autocomplete

This commit is contained in:
2017-09-08 10:38:08 +07:00
parent 8956b17434
commit 01172d6946
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<h2>Login</h2>
<label for="username">Username: </label>
<input type="text" name="username" value="" placeholder="Type your username" maxlength="25">
<input type="text" name="username" value="" placeholder="Type your username" maxlength="25" autocomplete="off">
<br>