issue-129 tweaks after deploy test

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

View File

@@ -33,7 +33,6 @@ 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} />