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'
const authStore = useAuthStore()
const refForm = ref<VForm | null>(null)
const form = ref(false)
const email = ref('Owner')
const password = ref('1111')
const email = ref('')
const password = ref('')
const visible = ref(false)
const required = (v: string) => {
return !!v || 'Field is required'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment