don't pretend that the wifi password is secure

This commit is contained in:
Kevin Matz 2020-12-22 11:37:18 -05:00
parent b2a03df444
commit 2050a35e9f
1 changed files with 3 additions and 2 deletions

View File

@ -159,9 +159,10 @@
</div>
<div>
<label for="config_wifi_password">Password</label>
<input id="config_wifi_password" type="password" minlength="8" maxlength="64">
<input id="config_wifi_password" type="text" minlength="8" maxlength="64">
<!-- <input id="config_wifi_password" type="password" minlength="8" maxlength="64">
<label for="show_password">Show Password</label>
<input id="show_password" class="noSend" type="checkbox" onchange="showPassword(config_wifi_password, this)">
<input id="show_password" class="noSend" type="checkbox" onchange="showPassword(config_wifi_password, this)"> -->
</div>
</fieldset>
<fieldset>