Skip to content

Commit

Permalink
Only show welcome if not logged in.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed May 26, 2024
1 parent 1a68693 commit 14e1b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/startup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export const startup = async () => {
startUserOnboarding();
hackSidePanelClosed();
};

startWelcomeSequence();
}

const relaysInput = document.getElementById("relays") as HTMLInputElement;
Expand Down Expand Up @@ -91,7 +93,5 @@ export const startup = async () => {
globalThis.alert(`#vRuf1N Error saving relays\n${error.toString()}`);
}
};

startWelcomeSequence();
};
startup();

0 comments on commit 14e1b6d

Please sign in to comment.