timwis / enviar

Chat interface for SMS / text messages
37 stars 6 forks source link

Give user feedback on password reset form #83

Closed timwis closed 7 years ago

timwis commented 7 years ago

When the user hits reset, I want it to say "Check your email for instructions." My first thought is to put this into some "ui" section of the state so it renders. But if the user navigates away to another route, then navigates back, it will still show that message because it's saved in state. Is there an easy way to get around this?