Is there a simple way to have a user navigated to a certain page based of certain criteria? (ie: a basic user ends up on the "User Page" and a manager will end up on the "Manager Page".)
So far, I have the login information stored locally, so I am hoping to just use a simple script like:
localStorage.get(""account type"")
navigate.to(userPage) or navigate.to(managerPage):