Trim WiFi credentials from web config

This commit is contained in:
2026-06-04 14:05:05 -06:00
parent 32069950b0
commit 6884bc7b32
@@ -1460,6 +1460,7 @@ void handleUpdateWifiConfig() {
String password = network["password"] | "";
ssid.trim();
password.trim();
if (ssid.length() == 0) {
continue;