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
<inputclassName='input-field'type={toggle ?"text" :"password"}placeholder='EnterNewPassword'name="password"{...register("password",{required:"password is required",minLength:{value:8,message:"Password must be more than 8 characters"},maxLength:{value:14,message:"Password cannot exceed more than 14 characters"}})}></input>
101
+
<inputclassName='input-field'type={toggle ?"text" :"password"}placeholder='Enter Password'name="password"{...register("password",{required:"password is required",minLength:{value:8,message:"Password must be more than 8 characters"},maxLength:{value:14,message:"Password cannot exceed more than 14 characters"}})}></input>