Skip to content

Commit 6051e39

Browse files
authored
Update Signin.vue
typo: "blnak" instead of "blank"
1 parent 4df0cfb commit 6051e39

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)