mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-06-04 00:02:04 +00:00
Fix WebUI credentials not being saved
This commit is contained in:
parent
f42cd250fe
commit
7a1ce54248
@ -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…
x
Reference in New Issue
Block a user