This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user