diff --git a/src/components/ModIIDtools.jsx b/src/components/ModIIDtools.jsx index 835f969..54285c5 100644 --- a/src/components/ModIIDtools.jsx +++ b/src/components/ModIIDtools.jsx @@ -22,9 +22,9 @@ async function submitIIDAction( } function ModIIDtools() { - const [iIDAction, selectIIDAction] = useState('ban'); + const [iIDAction, selectIIDAction] = useState('givecaptcha'); const [iid, selectIid] = useState(''); - const [resp, setResp] = useState(null); + const [resp, setResp] = useState(''); const [submitting, setSubmitting] = useState(false); return ( @@ -62,29 +62,31 @@ function ModIIDtools() { selectIid(newIid); }} /> +

-