Skip to content

Commit

Permalink
Revert "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 14e1b6d commit 41cb47b
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,8 +61,6 @@ export const startup = async () => {
startUserOnboarding();
hackSidePanelClosed();
};

startWelcomeSequence();
}

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

startWelcomeSequence();
};
startup();

0 comments on commit 41cb47b

Please sign in to comment.