feat: Add demo account creation functionality

- Introduce a new DemoAccountCreator component for generating test accounts with auto-generated credentials.
- Implement useDemoAccountGenerator composable to handle credential generation and state management.
- Update routing to replace the existing login page with the new LoginDemo page for demo account access.
- Add unique-names-generator package to facilitate username generation.
This commit is contained in:
padreug 2025-09-01 21:00:29 +02:00
parent bc73871c82
commit 320e322db2
6 changed files with 365 additions and 2 deletions

View file

@ -38,6 +38,7 @@
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"tailwindcss-animate": "^1.0.7",
"unique-names-generator": "^4.7.1",
"vue": "^3.5.13",
"vue-i18n": "^9.14.2",
"vue-router": "^4.5.0",