Forgot password route is missing
Description:
The login page includes a “Forgot Password?” link pointing to /forgot-password, but no route or page exists for this path. Users clicking the link are redirected by the fallback route instead of seeing a password recovery page.
Expected behavior:
Either implement a forgot password page and route, or hide/remove the link until the feature is available.
Affected files:
RestroHub-FrontEnd/src/pages/public/Login.jsx
RestroHub-FrontEnd/src/routes/index.jsx
Forgot password route is missing
Description:
The login page includes a “Forgot Password?” link pointing to /forgot-password, but no route or page exists for this path. Users clicking the link are redirected by the fallback route instead of seeing a password recovery page.
Expected behavior:
Either implement a forgot password page and route, or hide/remove the link until the feature is available.
Affected files:
RestroHub-FrontEnd/src/pages/public/Login.jsx
RestroHub-FrontEnd/src/routes/index.jsx