Files
meteor/packages/accounts-ui-unstyled
Ben Newman be4cc2bd36 Refactor accounts-ui-unstyled/accounts_ui.js to fix bugs.
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.
2019-01-07 15:37:31 -05:00
..
2016-08-30 15:40:14 -07:00

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.