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"
|
||||
ref={responseRef}
|
||||
onKeyDown={handleKeyDown}
|
||||
onInput={(e) => {
|
||||
e.target.value = e.target.value.toUpperCase();
|
||||
}}
|
||||
autoFocus />
|
||||
<img src={imageSources[currentChallengeIndex]} alt="captcha" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user