Skip to content

Commit

Permalink
fix: checkForm error
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Dec 8, 2021
1 parent fc47034 commit e97871c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Sign.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
}
},
async signUp() {
if (await checkForm()) {
if (await checkForm.call(this)) {
const res = await signAPI.signUp({
username: this.user.username,
password: this.user.password,
Expand Down

0 comments on commit e97871c

Please sign in to comment.