OneSignalDevelopers / ngosi

Share your slides with a QR code
https://ngosi.io
MIT License
9 stars 5 forks source link

Use formik to control Auth form #69

Closed iAmWillShepherd closed 2 years ago

iAmWillShepherd commented 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.