meteor-useraccounts / core

Meteor sign up and sign in templates' core functionalities

Home Page:http://useraccounts.meteor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get {{> atForm state='signIn' }} to render in template.

jpulgar4 opened this issue · comments

I'm using the following packages:

  • useraccounts:core
  • useraccounts:bootstrap
  • accounts-password
  • accounts-google
  • service-configuration

I can't render {{> atForm state='signIn' }} for some reason. How can I get this template to render correctly?

note: {{> atForm state='signUp' }} seems to be working correctly.