diff --git a/src/components/Auth/Register.jsx b/src/components/Auth/Register.jsx index c110fe5..5c35ca3 100644 --- a/src/components/Auth/Register.jsx +++ b/src/components/Auth/Register.jsx @@ -243,6 +243,18 @@ const Register = () => { isRequired /> + + + setFormData({ ...formData, confirmPassword: e.target.value }) + } + errorMessage={errors.confirmPassword} + isRequired + /> +