meteor-accounts-ui-bootstrap-3
meteor-accounts-ui-bootstrap-3 copied to clipboard
Meteor.flush
login_buttons_dropdown.js has two calls to Meteor.flush(), which leads to Uncaught TypeError: Meteor.flush is not a function.
I believe these should be Tracker.flush(). Actually, they're probably not needed at all. Let me know if you'd like a PR with them changed or removed.
@TechplexEngineer Would you be interested in adding this to your fork which currently seems the best maintained? Or should I make my own fork?
I've gone ahead and published my own fork which also incorporates @TechplexEngineer's fixes. You can use it via meteor add edemaine:accounts-ui-bootstrap-3. (Open any issues you have on that Github repo instead of posting here.)