Skip to content

Commit 3ec81e2

Browse files
authored
Merge pull request #6 from dickv/patch-1
Update Signin.vue
2 parents 4df0cfb + 6051e39 commit 3ec81e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/User/Signin.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
},
141141
onResetPassword () {
142142
if (this.email === '') {
143-
return this.$store.dispatch('setError', {message: 'Email can not be blnak'})
143+
return this.$store.dispatch('setError', {message: 'Email can not be blank'})
144144
}
145145
this.$store.dispatch('resetPasswordWithEmail', {email: this.email})
146146
},

0 commit comments

Comments
 (0)