No autocomplete on the GitHub auth input field

This commit is contained in:
Matt Pass
2014-09-18 17:51:14 +01:00
parent 3db00273dd
commit 3a7e728871

View File

@@ -219,7 +219,7 @@ function findSequence(goal) {
<div>
<h2>github</h2>
<?php echo $t['auth token'];?> <span class="info" title="<?php echo $t['Required to get...'];?>">[?]</span><br>
<input type="text" name="githubAuthToken" style="width: 300px" onkeydown="showButton()" value="<?php echo $ICEcoder["githubAuthToken"];?>">
<input type="text" name="githubAuthToken" style="width: 300px" onkeydown="showButton()" value="<?php echo $ICEcoder["githubAuthToken"];?>" autocomplete="off">
</div>
</span>