sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 11 forks source link

Closes Issue 323 #328

Closed pnilan closed 9 months ago

pnilan commented 9 months ago

Issue

Logged in users weren't being correctly redirected and therefore after a successful request to GET /api/users/me the user would receive a blank page.

Resolution

When an already logged in user navigates to base URL, the useEffect hook in App.js verified if user is already logged in but no action was taken after updated user state. Added in useNavigate hook to redirect user to either the base URL or to their desired destination URL upon successful request to GET /api/users/me.