budget-view-finance/supabase
gpt-engineer-app[bot] d304d5c9c6 Fix: Add WhatsApp to registration form type
The `RegisterForm.tsx` component was updated to include a WhatsApp field. The TypeScript error was resolved by adding the `whatsapp` property to the type definition used for the registration form data. This ensures that the object literal used to pass data to the `supabase.rpc('registrar_usuario')` function includes the `whatsapp` field, resolving the type error.
2025-05-23 16:15:10 +00:00
..
functions Fix: Add WhatsApp to registration form type 2025-05-23 16:15:10 +00:00
config.toml Run SQL to add WhatsApp column 2025-05-23 16:11:31 +00:00