Example of register with Supabase and Ant Design's form component?
I need an example of how I could register users where they're able to add extra information that would be added to Supabases' metadata such as name, phone number, etc.
In my authProvider.ts file, I have the following action:
I looked at using useForm, but I think it needs to be wrapped with Create, Edit, or Clone?
In my authProvider.ts file, I have the following action:
I looked at using useForm, but I think it needs to be wrapped with Create, Edit, or Clone?
