wiz typo
This commit is contained in:
parent
160ff502d3
commit
d2d015c903
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue