Browse Source

www: set autocomplete="off" for the wifi psk field

H. Peter Anvin 2 years ago
parent
commit
0ac992548e
4 changed files with 1 additions and 1 deletions
  1. BIN
      esp32/output/max80.ino.bin
  2. 1 1
      esp32/www/config.html
  3. BIN
      fpga/output/v1.fw
  4. BIN
      fpga/output/v2.fw

BIN
esp32/output/max80.ino.bin


+ 1 - 1
esp32/www/config.html

@@ -18,7 +18,7 @@
 	</label>
 	<label class="wifi-psk">
 	  <span>Network password (PSK):</span>
-	  <input class="mono" type="password" name="wifi.psk" />
+	  <input class="mono" type="password" autocomplete="off" name="wifi.psk" />
 	  <button type="button" class="show" onclick="showpwd()"><span class="show">Show</span><span class="hide">Hide</span></button>
 	</label>
       </fieldset>

BIN
fpga/output/v1.fw


BIN
fpga/output/v2.fw