From 834000cb8c5b1756c876fc64562a25ac865afa49 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Thu, 10 Aug 2023 21:43:00 +0200 Subject: [PATCH] fix challenge could be case sensitive --- src/components/modals/CaptchaModal.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/modals/CaptchaModal.jsx b/src/components/modals/CaptchaModal.jsx index 91a7dc2d..e52cf3de 100644 --- a/src/components/modals/CaptchaModal.jsx +++ b/src/components/modals/CaptchaModal.jsx @@ -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 /> captcha