Login

The login functionality is fully implemented in our theme helping you to start your project in no time. To login into dashboard you just have to add /login in the URL and fill the login form with one of the credentials (user: [email protected], [email protected], [email protected] and password: secret).

The `src\views\auth\Login.vue` is the Vue component which handles the login 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`.


Login Page