lint fixes

This commit is contained in:
Your Name
2026-05-25 18:57:55 +03:00
parent 17713d4f9d
commit 1df9b22fa3
2 changed files with 7 additions and 8 deletions
+1 -2
View File
@@ -47,8 +47,7 @@ const SignUpPage: NextPage<InitialProps> = ({ initialForm }) => {
}
const onSubmit = async ({ formData }: ISubmitEvent<any>) => {
//for bot detection
// for bot detection
if (honeypot !== "") {
console.log("bot cought in honeypot cought lacking");