Merge branch 'bugfix-67'

This commit is contained in:
Stefan Zermatten
2018-11-13 12:57:28 +02:00

View File

@@ -0,0 +1,5 @@
let pwdFormSubmit = AccountsTemplates.atPwdFormEvents["submit #at-pwd-form"]
Template.atPwdForm.events({
"click .at-btn.submit": pwdFormSubmit,
});