From cf935210d758b4d7b56c2bb2df9cd8dc22656054 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Tue, 13 Nov 2018 12:48:09 +0200 Subject: [PATCH 1/3] Merge useraccounts/polymer master --- lib/at_pwd_form.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/at_pwd_form.js b/lib/at_pwd_form.js index 91f08d7..9baa672 100644 --- a/lib/at_pwd_form.js +++ b/lib/at_pwd_form.js @@ -2,4 +2,11 @@ Template.atPwdForm.helpers(AccountsTemplates.atPwdFormHelpers); // Simply 'inherites' events from AccountsTemplates -Template.atPwdForm.events(AccountsTemplates.atPwdFormEvents); \ No newline at end of file +Template.atPwdForm.events(AccountsTemplates.atPwdFormEvents); + +// Fix password button not working on mobile +pwdFormSubmit = AccountsTemplates.atPwdFormEvents["submit #at-pwd-form"] + +Template.atPwdForm.events({ + "click .at-btn.submit": pwdFormSubmit, +}); From 660bf605d11259824f2533c2dbf18c1a36b79609 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Tue, 13 Nov 2018 12:48:26 +0200 Subject: [PATCH 2/3] Removed unneeded button --- lib/at_pwd_form_btn.html | 1 - lib/at_pwd_form_btn.js | 8 -------- 2 files changed, 9 deletions(-) diff --git a/lib/at_pwd_form_btn.html b/lib/at_pwd_form_btn.html index f0a8ed4..0d2c45a 100644 --- a/lib/at_pwd_form_btn.html +++ b/lib/at_pwd_form_btn.html @@ -1,6 +1,5 @@