User Profile

A logged in user can access the dashboards and all the other pages, including the profile and edit it.


Update Profile

Accessing from the the sidenav, in the CRUDs section, or by adding /cruds/user-profile in the url, the User Profile is a page where the user can add details about itselt: profile image in the PRO version, name, email or change password. Validation is added for every input.

In the /src/services/auth-serivce you can find the routes set for the request and in the/src/cruds/user-profile is the component for editing the profile details.

Contents