Skip to content

Commit

Permalink
Fix for post install route
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth committed Nov 9, 2023
1 parent 01146a1 commit 1872698
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grai-frontend/src/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ const Routes: React.FC = () => (
<Route path="*" element={<NotFound />} />
</Route>
</Route>
<Route path="post-install" element={<PostInstall />} />
<Route path="*" element={<NotFound />} />
</Route>
<Route path="post-install" element={<PostInstall />} />
<Route path="email-verification" element={<VerifyEmail />} />
</Route>
</Route>
Expand Down

0 comments on commit 1872698

Please sign in to comment.