Connect the profile page to the user data we have in our database. If there are fields in the profile page (such as role), you might need to update the user schema to store this information. Also make sure that changing any of the user's information from the edit screen properly updates their info in the database. (We can probably hold off on the profile picture for now unless you want to tackle that as well)
Connect the profile page to the user data we have in our database. If there are fields in the profile page (such as role), you might need to update the user schema to store this information. Also make sure that changing any of the user's information from the edit screen properly updates their info in the database. (We can probably hold off on the profile picture for now unless you want to tackle that as well)