Revert "issue-129 tweaks after deploy test"

This reverts commit 77a50b4f17.
This commit is contained in:
Kurt Hutten
2020-12-05 18:05:35 +11:00
parent 77a50b4f17
commit 73e1dccdb8
6 changed files with 16 additions and 28 deletions

View File

@@ -33,6 +33,7 @@ const Routes = () => {
return (
<Router>
<Route path="/account-recovery/update-password" page={UpdatePasswordPage} name="updatePassword" />
{/* <Route path="/account-recovery/update-password/{recoveryToken}" page={UpdatePasswordPage} name="updatePassword" /> */}
<Route path="/account-recovery" page={AccountRecoveryPage} name="accountRecovery" />
<Route path="/" page={PartsPage} name="home" />
<Route notfound page={NotFoundPage} />