Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Jun 9, 2020
1 parent f107bc6 commit d7af7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/plugins/user/assets/src/views/SignInPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
},
needPasswordField() {
return !this.simpleSignIn || Boolean(this.passwordMissing || this.invalidCredentials);
}
},
canSignUp() {
return this.facilityConfig.learner_can_sign_up;
},
Expand Down

0 comments on commit d7af7c1

Please sign in to comment.