Added hotfix to fix password button until the relevant package can be updated, fixes #67
This commit is contained in:
5
app/client/lib/fixPasswordButton.js
Normal file
5
app/client/lib/fixPasswordButton.js
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
let pwdFormSubmit = AccountsTemplates.atPwdFormEvents["submit #at-pwd-form"]
|
||||||
|
|
||||||
|
Template.atPwdForm.events({
|
||||||
|
"click .at-btn.submit": pwdFormSubmit,
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user