We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Any idea why the drop down is not showing up for my application?
I have the following packages added to my project -
standard-app-packages observatory font-awesome HTML5-History-API observatory-apollo observatory-galileo page-js-ie-support inspector chartjs jquery jquery-ui npm mathjax facebook oauth google ace-embed autocompletion wow email animate-css iron-router bootstrap-3 accounts-password accounts-twitter accounts-facebook accounts-ui-bootstrap-dropdown
I have put the following in client/lib/accounts/Login.js -
Accounts.ui.config({ passwordSignupFields: 'USERNAME_AND_EMAIL' });
Following is my header file -
``
{{/if}} {{> contextbtns}} {{#if currentUser.profile.admin}} <li class=""><a href="/admin"><i class="fa fa-cogs"></i> Admin</a></li> {{/if}} </ul> <ul class="nav navbar-nav navbar-right"> {{> loginButtons}} </ul> </div> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Any idea why the drop down is not showing up for my application?
I have the following packages added to my project -
standard-app-packages
observatory
font-awesome
HTML5-History-API
observatory-apollo
observatory-galileo
page-js-ie-support
inspector
chartjs
jquery
jquery-ui
npm
mathjax
facebook
oauth
google
ace-embed
autocompletion
wow
email
animate-css
iron-router
bootstrap-3
accounts-password
accounts-twitter
accounts-facebook
accounts-ui-bootstrap-dropdown
I have put the following in client/lib/accounts/Login.js -
Accounts.ui.config({ passwordSignupFields: 'USERNAME_AND_EMAIL' });
Following is my header file -
``
The text was updated successfully, but these errors were encountered: