-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix: change password redirects to login page on success #130
Conversation
89bac71
to
16e00e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might fix the behavior but it doesn't repair the original cause. I think it is the ofRoute('login')
in user.effects
, that's no longer reached with the login modal. So please have another go at it 😉
Wow, I was under the impression that the password change already logs in the customer, which in my mind would be the only logical thing to do. Turns out I was wrong. So yeah, you're right with the suggested solution. 😅 👍 |
16e00e7
to
604bd01
Compare
src/app/pages/forgot-password/update-password/update-password.component.ts
Outdated
Show resolved
Hide resolved
604bd01
to
2bfdab6
Compare
…splaying the login dialog (#130)
PR Type
[x] Bugfix
What Is the Current Behavior?
change password (forgot password) open login dialog on success
What Is the New Behavior?
change password (forgot password) redirects to login page on success
Does this PR Introduce a Breaking Change?
[ ] Yes
[x] No
Other Information