meteor-useraccounts / flow-routing

Useraccounts packages add-on for integration with Flow Router and Blaze Layout.
https://atmospherejs.com/useraccounts/flow-routing
MIT License
72 stars 50 forks source link

configured routes redirect to main page #24

Closed avalanche1 closed 8 years ago

avalanche1 commented 8 years ago

I use most basic setup: AccountsTemplates.configureRoute('signIn'); and when I go to /sign-in it just redirects to /. What could be wrong?

jshimko commented 8 years ago

Are you already signed in maybe? :)

If you are, that's the expected behavior.

splendido commented 8 years ago

I confirm this is the expected behavior when you got to a signIn page being already logged in.