After updating the user password in the react project, I want the panel to be closed and transferred to the login page. With what method can I do this?
I'm using Redux.
After updating the user password in the react project, I want the panel to be closed and transferred to the login page. With what method can I do this?
I'm using Redux.
Copyright © 2021 Jogjafile Inc.
on password change do
navigate('/login')using the useNavigate hook from react-router-dom