From 496fd111af4068ec62d92b66a81de03846dfbe4c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 13 Aug 2024 13:38:53 +0200 Subject: [PATCH] set wifi password input field as a "password" type else the autocorrection is enabled on smartphone and it's really annoying af --- webpage/page_wifi.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpage/page_wifi.html b/webpage/page_wifi.html index f2a0718..bd89795 100644 --- a/webpage/page_wifi.html +++ b/webpage/page_wifi.html @@ -39,7 +39,7 @@ - +
Connect to Wi-Fi network
Wi-Fi network name (SSID)
Password
Password
@@ -73,4 +73,4 @@ setTimeout(function(){GetDataAndPrintTableWiFi();}, 500); get_data("wifi"); setupCollapsibleButtonsWiFi(); - \ No newline at end of file +