-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Redirect not fired on resetPwd? #20
Comments
@MichaelJCole I have a similar problem... var mySubmitFunc = function(error, state){ the router.go works but onSubmitHook works right after and redirects to "/". Any help on this please? cheers |
Hi @rajpa You can use backticks to make your code more readible. On a US keyboard, it's the key to the left of 1.
I can't really speak to your code, but this is what I have:
Maybe that will help? There is a postSignUpHook you may be interested in... |
Hi, resetPwd's redirect isn't firing for me. I've got this code:
When I do a password reset, it logs this:
Email opens new link. Notice redirect never fires:
Which is fine, I can put a redirect in the onSubmitHook. But seems like it's missing from the api. Did I miss something?
I just want a success message and to go 'home'. What's the simplest way?
The text was updated successfully, but these errors were encountered: