Skip to content

Commit

Permalink
Merge pull request #100 from Chat-Your-Way/CHAT-236-Interface-for-non…
Browse files Browse the repository at this point in the history
…-authenticated-user

Trying to fix 404 error on netlify now
  • Loading branch information
PDigitator authored Jul 16, 2024
2 parents f695070 + 083d3cc commit b8d7d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
2 changes: 1 addition & 1 deletion src/components/Routes/Route.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Router = () => {
path={PATH.RECOVERY_PASSWORD}
element={<RecoveryPasswordPage />}
/>
<Route path={'activate'} element={<SuccessSignupPage />} />
<Route path={PATH.SUCCESS_SIGNUP} element={<SuccessSignupPage />} />
<Route
path={PATH.VERIFICATION_EMAIL}
element={<VerificationEmailPage />}
Expand Down

0 comments on commit b8d7d85

Please sign in to comment.