joewalling / ReactAdvantage

SaaS starter kit with a React front-end with GraphQL
MIT License
22 stars 7 forks source link

Create User Profile Form #9

Open joewalling opened 6 years ago

joewalling commented 6 years ago

This form provides a means for the user to edit their information and change their password. It is opened from the user profile menu.

image

joewalling commented 6 years ago

The form is opening when I click on the "My Settings" menu item on the profile menu. It should be opened from the "My Profile" link instead. Please change so that clicking on "My Profile" opens the form. Currently, clicking on the "My Settings" should do nothing. Eventually, it will open a form that lets the user change various configuration settings.