I would like my app to have two account types: Customer and Seller. I am trying to make it so that when someone logs in it will automatically redirect them to the correct landing page (since the customer and seller will have different ones). How would I go about doing this? I made a variable for acc...