The project currently contains legacy usage of react-hook-form in installForm.tsx and ForgotPasswordForm.tsx. To standardize the form architecture and reduce bundle size, these should be migrated to @tanstack/react-form usage aligned with the rest of the application. This will allow for the removal of react-hook-form and @hookform/resolvers dependencies.