Adds a higher order component (EnsureScopesPresent) that is implemented by all root component except the setup. The HoC checks if scopes are present in the store. If not, it redirects to the root path.
All containers have been adapted to provide a prop that gives information about the presence of scopes in the store.
Fixes #26
Adds a higher order component (
EnsureScopesPresent
) that is implemented by all root component except the setup. The HoC checks if scopes are present in the store. If not, it redirects to the root path.All containers have been adapted to provide a prop that gives information about the presence of scopes in the store.