diff --git a/src/component/auth/Signup2.jsx b/src/component/auth/Signup2.jsx index 39a1c4a..90c2061 100644 --- a/src/component/auth/Signup2.jsx +++ b/src/component/auth/Signup2.jsx @@ -1,5 +1,6 @@ import React, {useState} from 'react' import {Form, Formik} from "formik"; +import { Turnstile } from '@marsidev/react-turnstile' import * as Yup from "yup"; // import LoginImg from '../../assets/bg/login.svg' @@ -33,6 +34,7 @@ const initialValues = { firstname: '', lastname: '', isChecked: false, + turnstileToken: '', // username: '', // password: '' }; @@ -157,9 +159,17 @@ export default function Signup2() { > } - +