You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you click on the Profile Page, it immediately redirects to the Update Profile Page, skipping the display of user details.
What Is Expected:
Create a Profile Page which should first display the user’s information (name, email, etc.), and below that, there should be an "Update Profile" button.
When the Update Profile button is clicked, it should navigate to a separate Update Profile Page, where the user can modify their details.
Hints:
Hint 1: Use axios to fetch the user's profile details and display the data on the profile page.
Hint 2: Use MUI (Material-UI) components such as Card, Typography, and Button to organize and style the profile page and the update form.
The text was updated successfully, but these errors were encountered:
Current Situation:
What Is Expected:
Hints:
The text was updated successfully, but these errors were encountered: