| @@ -64,6 +64,22 @@ const AfterLoginRoutes = { | |||||
| path: 'forgot/password/success', | path: 'forgot/password/success', | ||||
| element: <Navigate to="/dashboard" /> | element: <Navigate to="/dashboard" /> | ||||
| }, | }, | ||||
| { | |||||
| path: 'forgot/username', | |||||
| element: <Navigate to="/dashboard" /> | |||||
| }, | |||||
| { | |||||
| path: 'forgot/username/sent', | |||||
| element: <Navigate to="/dashboard" /> | |||||
| }, | |||||
| { | |||||
| path: 'forgot/username/verify/:verifyCode/:email', | |||||
| element: <Navigate to="/dashboard" /> | |||||
| }, | |||||
| { | |||||
| path: 'forgot/username/success', | |||||
| element: <Navigate to="/dashboard" /> | |||||
| }, | |||||
| ] | ] | ||||
| }; | }; | ||||