Pretty New and I am working on an app that has 3 user roles...Admin, Staff, Hotel. I have it setup that when the user logs in, the response returns the auth token and the user's role. Can someone help me with regard to the redirect. I have been trying to set it up where each user role is directed to their dashboard. for some reason, if I am using "admin" data in the test, it will not allow the setup for the "staff" or "hotel" redirects. I may be doing it wrong, but could someone give me some direction on the correct wetup, please? Thank you in advance.