allow ... operator

This commit is contained in:
jadera
2026-03-11 12:04:30 +02:00
parent 22454369fd
commit 20f39b545d
+1 -1
View File
@@ -46,7 +46,7 @@ const SignUpPage: NextPage<InitialProps> = ({ initialForm }) => {
); );
} }
const onSubmit = async ({ formData }: ISubmitEvent<string>) => { const onSubmit = async ({ formData }: ISubmitEvent<any>) => {
//for bot detection //for bot detection