tnc-ca-geo / animl-frontend

A frontend web app for viewing & labeling camera trap data by The Nature Conservancy.
https://animl.camera
Other
16 stars 0 forks source link

Fix sign out / sign in bug #159

Open nathanielrindlaub opened 11 months ago

nathanielrindlaub commented 11 months ago

If you sign out, the user state gets reset, but the projects state doesn't, so if you then sign in with a different account the previous user's projects will still be in state, causing issues.

nathanielrindlaub commented 11 months ago

Also we should reset the router location when a user signs out, otherwise they risk getting directed to a project they don't have access too if they sign back in w/ a different account.