You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I visit /forgot-password and go through the steps, everything works fine. But the div.accounts-dialog "set password" element is unstyled and the 'User' template is not rendered. Whereas if I'm at /forgot-password and run AccountsTemplates.setState('resetPwd'), everything looks great. I also get a 404 if I go directly to /reset-password, but that may be expected. Any idea what I might be doing wrong?
The text was updated successfully, but these errors were encountered:
I have the following in my
client/lib/routes.js
:If I visit
/forgot-password
and go through the steps, everything works fine. But thediv.accounts-dialog
"set password" element is unstyled and the 'User' template is not rendered. Whereas if I'm at/forgot-password
and runAccountsTemplates.setState('resetPwd')
, everything looks great. I also get a 404 if I go directly to/reset-password
, but that may be expected. Any idea what I might be doing wrong?The text was updated successfully, but these errors were encountered: