Revert "issue-129 Add custom auth ui/ux"

This reverts commit fc4906757a.
This commit is contained in:
Kurt Hutten
2020-12-05 18:06:07 +11:00
parent 73e1dccdb8
commit 04820ebd2d
23 changed files with 26 additions and 548 deletions

View File

@@ -32,9 +32,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} />