diff --git a/src/components/auth/SignUpForm.tsx b/src/components/auth/SignUpForm.tsx index b1c9978..e034be6 100644 --- a/src/components/auth/SignUpForm.tsx +++ b/src/components/auth/SignUpForm.tsx @@ -46,7 +46,7 @@ export default function SignUpForm() { className="space-y-6" action="#" method="POST" - onSubmit={() => onFormSubmit} + onSubmit={onFormSubmit} >