qri-io / frontend

frontend application for our qri.cloud site
GNU General Public License v3.0
3 stars 2 forks source link

refactor(routes): add `PrivateRoute` to `DatasetRoutes` #582

Closed ramfox closed 2 years ago

ramfox commented 2 years ago

if a user logs out & they are on a route that is meant to be private, they will be redirected to the route route /

closes #536