Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 7be0935e authored by 65160206's avatar 65160206
Browse files

fix login

parent bb4d6143
No related branches found
No related tags found
No related merge requests found
Pipeline #670 canceled
...@@ -5,8 +5,8 @@ import type { VForm } from 'vuetify/components' ...@@ -5,8 +5,8 @@ import type { VForm } from 'vuetify/components'
const authStore = useAuthStore() const authStore = useAuthStore()
const refForm = ref<VForm | null>(null) const refForm = ref<VForm | null>(null)
const form = ref(false) const form = ref(false)
const email = ref('Owner') const email = ref('')
const password = ref('1111') const password = ref('')
const visible = ref(false) const visible = ref(false)
const required = (v: string) => { const required = (v: string) => {
return !!v || 'Field is required' return !!v || 'Field is required'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment