diff --git a/src/pages/inscription.tsx b/src/pages/inscription.tsx index c3184d406..aa53eb461 100644 --- a/src/pages/inscription.tsx +++ b/src/pages/inscription.tsx @@ -43,7 +43,7 @@ const Inscription = () => { }); const [isSubmitSuccessfull, setIsSubmitSuccessfull] = useState(false); const [isRegisterDataValid, setIsRegisterDataValid] = useState(false); - const [isPending, setIsPending] = useState(false); + const [isPending, setIsPending] = useState(false); const { languages } = useLanguages(); const { addUser, resendVerificationEmail } = useUserRequests();