Meteor package for use with accounts-ui or accounts-ui-unstyled. Removes the dropdown functionality, so that the login box is always displayed.
After adding accoounts-ui or accoutns-ui-unstyled to your project, simply add accounts-ui-no-dropdown.
meteor add jamielob:accounts-ui-no-dropdown
When you add {{> loginButtons}} to your project, it will now show the login form by default, instead of the dropdown.