refactor: Update LoginDemo layout and styling for improved user experience

- Adjust spacing and layout in the LoginDemo component for better visual hierarchy.
- Enhance demo account creation section with clearer labels and a demo notice.
- Update button text to reflect demo account creation instead of fake account.
- Clean up unused imports and streamline the component structure.
This commit is contained in:
padreug 2025-09-01 22:59:32 +02:00
parent 320e322db2
commit 8d5d163e89
2 changed files with 66 additions and 48 deletions

View file

@ -137,3 +137,4 @@ async function createFakeAccount() {
}
}
</script>