so if we are going to have the profile setup page appear on the first login, should we have a boolean for whether or not the user has setup their profile?
so, when logging in - hasSetupProfile would be false, routing the user to #setupProfile
after setupProfile is complete (or honestly, just saved) hasSetupProfile flips to true, and after that the user will get routed to #dashboard instead
so if we are going to have the profile setup page appear on the first login, should we have a boolean for whether or not the user has setup their profile?
so, when logging in - hasSetupProfile would be false, routing the user to #setupProfile
after setupProfile is complete (or honestly, just saved) hasSetupProfile flips to true, and after that the user will get routed to #dashboard instead