Switch UserResetPassword.tsx
to use shadcn's form along with useForm
#9683
Labels
good first issue
Good for newcomers
Action Items
Migrate the existing
Form
component usage to use the new shadcn's Forms in the only remaining usage here: https://github.com/ohcnetwork/care_fe/blob/develop/src/components/Users/UserResetPassword.tsxRefer: https://ui.shadcn.com/examples/forms
Delete the old custom
Form
component once migrated to shadcn's formThe text was updated successfully, but these errors were encountered: