fix CaptchaModal state

This commit is contained in:
plebeius.eth
2023-07-08 09:03:36 +02:00
parent 106c865b82
commit 04aeff48bd
+1
View File
@@ -95,6 +95,7 @@ const CaptchaModal = () => {
const handleCloseModal = () => {
setImageSources([]);
setChallengesArray([]);
setCurrentChallengeIndex(0);
setIsCaptchaOpen(false);
};