Skip to content

Commit

Permalink
Disable autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
bacher09 committed Sep 4, 2019
1 parent 1c06c33 commit b88a9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Expand Up @@ -35,7 +35,7 @@ <h1></h1>
<div id="control_id" >
<h2>Enter your code</h2><br/>
<form name="pwgen" id="form_id">
<input placeholder="Code" type="text" name="serial" id="serial_id" />
<input autocomplete="off" placeholder="Code" type="text" id="serial_id" />
<br/><br/>
<input type="submit" class="btn primary" name="serial" id="button_id" value="Get password" />
</form>
Expand Down

0 comments on commit b88a9b4

Please sign in to comment.