Skip to content

Commit

Permalink
Update user login form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
djhonantanparreira committed Mar 5, 2024
1 parent e1fff0e commit 9d74bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/user/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ import { useAuthStore } from '@/stores/auth'
const authStore = useAuthStore()
const user = reactive({
email: '[email protected]',
password: '12345678'
email: '',
password: ''
})
const submitLogin = async () => {
Expand Down

0 comments on commit 9d74bcb

Please sign in to comment.