[ Wasp ] src/auth/SignupPage.tsx(26,13): error TS2353: Object literal may only specify known properties, and 'recaptchaToken' does not exist in type 'AdditionalSignupFields'. [ Wasp ] src/auth/signup.ts(17,3): error TS2322: Type '(data: SignupData) => Promise<string>' is not assignable to type 'FieldGetter<string | null | undefined>'. [ Wasp ] Types of parameters 'data' and 'data' are incompatible. [ Wasp ] Type '{ [key: string]: unknown; }' is missing the following properties from type 'SignupData': email, password
main.wasp: userSignupFields: import { userSignupFields } from "@src/auth/signup", },
signup: import { defineUserSignupFields } from 'wasp/server/auth';