Skip to content

Commit

Permalink
fix: signup loging link
Browse files Browse the repository at this point in the history
we use the same component on the options page and on the welcome page.
But those pages have different URL paths. To make the link work this
roue was added.
  • Loading branch information
bumi committed Jun 14, 2023
1 parent aea5649 commit 612e71f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/router/Welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ function Welcome() {
<Routes>
<Route path="/" element={<Layout />}>
<Route index element={<SetPassword />} />
<Route
path="/accounts/new/login"
element={<AlbyWalletLogin options={options} />}
/>
<Route path="choose-path">
<Route index={true} element={<ChooseConnectorPath />}></Route>
<Route
Expand Down

0 comments on commit 612e71f

Please sign in to comment.