erobit / meteor-accounts-ui-bootstrap-dropdown

Meteor accounts-ui package updated to use twitter/bootstrap dropdown
37 stars 218 forks source link

How to configure login services #40

Open BehrouzRiahu opened 8 years ago

BehrouzRiahu commented 8 years ago

I downloaded the package and created a file in client/fileName.js and wrote the following code in it:

    Accounts.ui.config({
        passwordSignupFields: 'USERNAME_AND_OPTIONAL_EMAIL'
    });

as it was shown in the example. Now when I run my project, I see

No login services configured

May I know what I am doing wrong here please?