This commit is contained in:
shocknet-justin 2025-10-08 22:36:40 -04:00
parent 160ff502d3
commit d2d015c903

View file

@ -121,7 +121,7 @@ $(() => {
location.href = 'connect.html'; location.href = 'connect.html';
} else { } else {
// Pre-populate from service state // Pre-populate from service state
fetch("/wizard/service-state").then(res => res.json()).then(state => { fetch("/wizard/service_state").then(res => res.json()).then(state => {
nodeNameInput.val(state.source_name); nodeNameInput.val(state.source_name);
if (state.relay_url === 'wss://relay.lightning.pub') { if (state.relay_url === 'wss://relay.lightning.pub') {
customCheckbox.prop('checked', true); customCheckbox.prop('checked', true);