↓ 1 callersFunctionsignUpWithEmail({ email, password, fullName, country, investmentGoals, riskTolerance, preferredIndustry }: SignUpFormData)
lib/actions/auth.actions.ts:7
FunctionInputField({ name, label, placeholder, type = "text", register, error, validation, disabled, value }: FormInputProps)
components/forms/InputField.tsx:6
FunctionSelectField({ name, label, placeholder, options, control, error, required = false }: SelectFieldProps)
components/forms/SelectField.tsx:11
FunctionWatchlistButton({
symbol,
company,
isInWatchlist,
showTrashIcon = false,
type = "button",
onWatchlistChange,
}: W
components/WatchlistButton.tsx:8