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
I've made my Profile page with a link to change-password page. When I open it I see:
After changing password I get
I've tried to find any options to redirect user after successful password change, but have no luck.
Also I've tried to redirect user manually via History object, but I'm staying on the same page.
I've setup user accounts and added basic pages.
I've made my Profile page with a link to change-password page. When I open it I see:
After changing password I get
I've tried to find any options to redirect user after successful password change, but have no luck.
Also I've tried to redirect user manually via History object, but I'm staying on the same page.
Here is my current accounts.ui config:
And React Router 4 routes (RouteLayout is just wrapper function around default Route component)
The text was updated successfully, but these errors were encountered: