Hi @rdodiya,
Login.jsx and Register.jsx use react-hot-toast (toast.success, toast.error), but the app never renders a component. Toasts are triggered but not shown, so users get no visible feedback on login failure, validation errors, or successful registration.
Expected behavior: Success and error toasts appear (e.g. top-right) when auth actions complete.
Actual behavior: No toast UI appears; only console/network feedback is available.
Expected outcome
- Failed login shows an error toast.
- Successful login shows a success toast (if applicable).
- Register flow shows toasts on success/failure.
- No duplicate instances.
- No new console errors.
Acceptance criteria
Hi @rdodiya,
Login.jsx and Register.jsx use react-hot-toast (toast.success, toast.error), but the app never renders a component. Toasts are triggered but not shown, so users get no visible feedback on login failure, validation errors, or successful registration.
Expected behavior: Success and error toasts appear (e.g. top-right) when auth actions complete.
Actual behavior: No toast UI appears; only console/network feedback is available.
Expected outcome
Acceptance criteria