diff --git a/WebCfgServer.cpp b/WebCfgServer.cpp index 7233156..0836d99 100644 --- a/WebCfgServer.cpp +++ b/WebCfgServer.cpp @@ -444,7 +444,7 @@ void WebCfgServer::buildCredHtml(String &response) response.concat("
"); response.concat("

Credentials

"); response.concat(""); - printInputField(response, "CREDUSER", "User (# to clear)", _preferences->getString(preference_cred_user).c_str(), 20); + printInputField(response, "CREDUSER", "User (# to clear)", _preferences->getString(preference_cred_user).c_str(), 30); printInputField(response, "CREDPASS", "Password (max 30 characters)", "*", 30, true); printInputField(response, "CREDPASSRE", "Retype password", "*", 30, true); response.concat("
");