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:
padreug 2025-10-30 17:30:16 +01:00
parent e037754d90
commit 6c0dbc655b
3 changed files with 272 additions and 232 deletions

View file

@ -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