mirror of
https://git.btclock.dev/btclock/btclock_v3.git
synced 2025-02-23 06:35:04 +01:00
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…
Add table
Reference in a new issue