Closed iAmWillShepherd closed 2 years ago
The form exported from Components/Auth is not using the same wrapper as all the other forms, which means we're on our own for handling validation and reporting errors. Let's refactor to use Formik to validate by passing a yup validation schema.
Components/Auth
The form exported from
Components/Auth
is not using the same wrapper as all the other forms, which means we're on our own for handling validation and reporting errors. Let's refactor to use Formik to validate by passing a yup validation schema.