Label for username added

This commit is contained in:
2026-07-04 20:30:25 +02:00
parent bec0d8d31a
commit c55eea0e14
+1
View File
@@ -473,6 +473,7 @@ static void handleRoot() {
"<fieldset><legend>Security</legend>"
"<div class=row>"
"<label class=tgl-lbl>Require password</label>"
"<span>(username: admin)</span>"
"<label class=switch><input type=checkbox name=auth_en" + checked + "><span class=slid></span></label>"
"</div>"
"<div class=row><label>Password</label><input name=auth_pass type=password placeholder='" + String(passHint) + "'></div>";