Issues with multiple {{loginButtons}} on page
I use {{loginButtons}} twice in my app, the second call being displayed only if the user is on a mobile device. Doing this causes logging in/signing up to break assumedly because of some of the global DOM calls are using the second (unused) login form as a form source.
My current hack is to remove the invisible {{loginButtons}} from the DOM on page load, but it might be be a good idea to scope the DOM calls in this package to the active form.
Thanks for your work on this package!
Ah yes, a major refactor is needed in order to make the events scoped to their parent DOM forms. I'll definitely keep this open as an enhancement.
+1