Register

The register functionality is fully implemented in our theme helping you to start your project in no time. To register a new user you just have to add /register in the URL or click on register link from login page and fill the register form with user details.

The `src\views\auth\Register.vue` is the Vue component which handles the register functinality. You can easily adapt it to your needs.
It uses the auth store located in `src\store\auth.module.js` and you can find the service file in `src\services\auth.service.js`.


Register Page