Added hotfix to fix password button until the relevant package can be updated, fixes #67

This commit is contained in:
Stefan Zermatten
2018-11-13 12:57:02 +02:00
parent 0ff6c08abd
commit 7d364c80c0

View File

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