Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #117 from Cappuccino-Projects/dev-letnull19a
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
letnull19A authored Jun 11, 2024
2 parents 5fb56f1 + cc5de2c commit f370cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const UnAuthenticatedRoute = () => {
<Routes>
<Route path="/registration" element={<Registration />} />
<Route path="/login" element={<Login />} />
{/* <Route path="*" element={<Navigate to="/login" />} /> */}
<Route path="*" element={<Navigate to="/login" />} />
</Routes>
)
}
Expand Down

0 comments on commit f370cf9

Please sign in to comment.