Email field will be empty once response is received.

This commit is contained in:
Pramod Mahajan 2025-04-26 18:17:56 +05:30
parent c900dc80a9
commit c0a766e7e1

View File

@ -40,6 +40,7 @@ const ForgotPasswordPage = () => {
setLoading( false )
} catch ( err )
{
reset()
if(err.response.status === 404){
showToast( "verification email has been sent to your registered email address", "success" )
}else{