Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
authProvider.getPermissions()
should not throw error when not l…
…ogged in ## Problem The current setup disallows unauthenticated custom routes: the user is redirected to login. ## Solution If no user is logged in, `getPermissions` should return `undefined` instead of redirecting to login.
- Loading branch information