mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Besides helping with readability, this refactor fixes a number of bugs, most notably the assumption that options.passwordSignupFields is an array, though previously this package accepted a string; and the accidental use of options.forceApprovalPrompt in code blocks that were supposed to be handling the other options. As a side note, I have yet to see a use of Array.prototype.reduce that actually improved readability or performance, relative to any simpler alternatives. Don't drink the functional programming kool-aid, y'all.
accounts-ui-unstyled
Source code of released version | Source code of development version
A version of accounts-ui without the CSS, so that you can add your
own styling. See the accounts-ui
README and the
Meteor Accounts project page for
details.