removed console and unnecessary hook

This commit is contained in:
Pramod Mahajan 2025-04-14 20:10:30 +05:30
parent 409c80471a
commit 2d57ab23da

View File

@ -36,9 +36,8 @@ const ForgotPasswordPage = () => {
const response = await AuthRepository.forgotPassword(data)
if ( response.data && response.success )
showToast( response.message, "success" )
reset()
setLoading( false )
setEmail( "" )
console.log(response)
} catch ( err )
{