Implements user login and registration
Replaces the demo login page with a dedicated login and registration component. This allows users to create accounts and log in, enabling authentication features.
This commit is contained in:
parent
e037754d90
commit
6c0dbc655b
3 changed files with 272 additions and 232 deletions
|
|
@ -60,7 +60,7 @@ export async function createAppInstance() {
|
|||
{
|
||||
path: '/login',
|
||||
name: 'login',
|
||||
component: () => import('./pages/LoginDemo.vue'),
|
||||
component: () => import('./pages/Login.vue'),
|
||||
meta: { requiresAuth: false }
|
||||
},
|
||||
// Pre-register module routes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue