Email field will be empty once response is received.
This commit is contained in:
parent
c900dc80a9
commit
c0a766e7e1
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user