mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix challenge could be case sensitive
This commit is contained in:
@@ -156,9 +156,6 @@ const CaptchaModal = () => {
|
|||||||
placeholder="TYPE THE CAPTCHA HERE AND PRESS ENTER"
|
placeholder="TYPE THE CAPTCHA HERE AND PRESS ENTER"
|
||||||
ref={responseRef}
|
ref={responseRef}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
onInput={(e) => {
|
|
||||||
e.target.value = e.target.value.toUpperCase();
|
|
||||||
}}
|
|
||||||
autoFocus />
|
autoFocus />
|
||||||
<img src={imageSources[currentChallengeIndex]} alt="captcha" />
|
<img src={imageSources[currentChallengeIndex]} alt="captcha" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user