lint fixes
This commit is contained in:
@@ -47,7 +47,6 @@ const SignUpPage: NextPage<InitialProps> = ({ initialForm }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const onSubmit = async ({ formData }: ISubmitEvent<any>) => {
|
const onSubmit = async ({ formData }: ISubmitEvent<any>) => {
|
||||||
|
|
||||||
// for bot detection
|
// for bot detection
|
||||||
|
|
||||||
if (honeypot !== "") {
|
if (honeypot !== "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user