lint fixes
This commit is contained in:
@@ -47,8 +47,7 @@ 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 !== "") {
|
||||||
console.log("bot cought in honeypot cought lacking");
|
console.log("bot cought in honeypot cought lacking");
|
||||||
|
|||||||
Reference in New Issue
Block a user