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
Add a button to the profile page for changing the password. Clicking this button should send a request to the reset password email route on the backend, and show a message saying a mail has been sent for changing password. You can add a confirmation alert dialog on clicking the button if you want.
The screen for setting the new password will be almost the same as the one for setting password for the first time, so no need to make that screen separately. Just add the button to the profile page.
The text was updated successfully, but these errors were encountered:
Add a button to the profile page for changing the password. Clicking this button should send a request to the reset password email route on the backend, and show a message saying a mail has been sent for changing password. You can add a confirmation alert dialog on clicking the button if you want.
The screen for setting the new password will be almost the same as the one for setting password for the first time, so no need to make that screen separately. Just add the button to the profile page.
The text was updated successfully, but these errors were encountered: