Removed authorisation onEnter for Index route to prevent redirect to login.
Was preventing loading of index route without being logged in. If Base was being used for a SaaS, access to the landing page would be an essential part of marketing/functionality for new users.
Not sure if this was put there for a reason but I find myself having to remove it every time I clone Base for a project.
Hi @robdonn. This is some legacy thinking. Originally the only page you could see in Base when logging in was the index. Going to pull this in now :) thanks!
Removed authorisation onEnter for Index route to prevent redirect to login.
Was preventing loading of index route without being logged in. If Base was being used for a SaaS, access to the landing page would be an essential part of marketing/functionality for new users.
Not sure if this was put there for a reason but I find myself having to remove it every time I clone Base for a project.