Profile

You have the option to edit the current logged in user`s profile information (name, email, profile picture) and password. To access this page, just click the `Examples (API)/User Profile` link in the left sidebar or add /examples/user-profile in the URL.

The `src\views\examplesApi\UserProfile` is the folder with Profile Vue component that handle the update of the user information and password.
The store used for profile functionality is found in `src\store\profile.module.js` and you can find the service file in `src\services\profile.service.js`.


Profile Page