design mockups
All checks were successful
Build And Push Image / docker (push) Successful in 2m3s

This commit is contained in:
2025-09-03 22:15:26 +02:00
parent 4d24315103
commit e949df311b
11 changed files with 2866 additions and 3 deletions

View File

@@ -121,6 +121,12 @@ import { ref } from 'vue';
import NeumorphicCard from '../../components/core/NeumorphicCard.vue';
import ProfessionalButton from '../../components/core/ProfessionalButton.vue';
// Disable authentication for mockup
definePageMeta({
auth: false,
layout: false
});
// Data
const credentials = ref({
email: '',