Turn off input autocomplete
This commit is contained in:
parent
51f0590bf6
commit
d5fe68b27e
|
@ -273,7 +273,7 @@
|
||||||
</button>
|
</button>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<label for="input" id="nick"></label>
|
<label for="input" id="nick"></label>
|
||||||
<input id="input" class="mousetrap">
|
<input id="input" class="mousetrap" autocomplete="off">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue