Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(routeManager.tsx): update publicRoutes function to filter routes …
…by non-protected access The publicRoutes function has been updated to filter routes based on access not being 'protected' instead of specifically being 'public'. This change allows for more flexibility in defining route access levels and ensures that routes marked as 'protected' are excluded from the publicRoutes list.
- Loading branch information