Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jipsonminibhavan committed Feb 9, 2024
1 parent 59443b8 commit 35fbd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/BasisLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default defineComponent({
data() {
return {
email: '[email protected]',
password: 'password1234',
email: '',
password: '',
errorMessage: ''
}
},
Expand Down

0 comments on commit 35fbd30

Please sign in to comment.