Fix WebUI credentials not being saved
This commit is contained in:
parent
f42cd250fe
commit
7a1ce54248
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ void onApiSettingsPatch(AsyncWebServerRequest *request, JsonVariant &json)
|
|||
settings["timePerScreen"].as<uint>() * 60);
|
||||
}
|
||||
|
||||
String strSettings[] = {"hostnamePrefix", "mempoolInstance", "nostrPubKey", "nostrRelay", "bitaxeHostname", "nostrZapPubkey"};
|
||||
String strSettings[] = {"hostnamePrefix", "mempoolInstance", "nostrPubKey", "nostrRelay", "bitaxeHostname", "nostrZapPubkey", "httpAuthUser", "httpAuthPass"};
|
||||
|
||||
for (String setting : strSettings)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue