fix challenge could be case sensitive

This commit is contained in:
plebeius.eth
2023-08-10 21:43:00 +02:00
parent 492e824818
commit 834000cb8c
-3
View File
@@ -156,9 +156,6 @@ const CaptchaModal = () => {
placeholder="TYPE THE CAPTCHA HERE AND PRESS ENTER"
ref={responseRef}
onKeyDown={handleKeyDown}
onInput={(e) => {
e.target.value = e.target.value.toUpperCase();
}}
autoFocus />
<img src={imageSources[currentChallengeIndex]} alt="captcha" />
</div>