Skip to content

Commit

Permalink
add url navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alforoan committed Jun 28, 2024
1 parent b3923e0 commit b7e6399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function App() {
/>
<Route
path="/callback"
element={isAuthenticated ? <Home /> : <Navigate to="/" />}
element={isAuthenticated ? <Home /> : <Navigate to="/home" />}
/>
</Routes>
</Router>
Expand Down

0 comments on commit b7e6399

Please sign in to comment.