snl-dev-team / snl-inventory-app

Scalable, user-friendly inventory management software with support for automated reporting and multi-level relations between orders, products, and materials.
2 stars 0 forks source link

Sign Out Routing #101

Closed jacksonet00 closed 3 years ago

jacksonet00 commented 3 years ago

signing out should route you back to the sign in page. this could be done by just pushing /sign-in onClick, but we may want to think about wrapping our Routes in a Private Route component which detects lack of auth and pushes back to /sign-in automatically.

znields commented 3 years ago

Auth has been fixed with #102.