change captcha input to upper case, fixes

This commit is contained in:
Tom
2023-05-24 14:22:04 +02:00
parent 6f79c3f4ef
commit ee0261fdec
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ const Thread = () => {
const [publishCommentEditOptions, setPublishCommentEditOptions] = useState({
commentCid: commentCid,
content: editedComment || undefined,
subplebbitAddress: selectedAddress,
subplebbitAddress: selectedAddress || subplebbitAddress,
onChallenge,
onChallengeVerification,
onError: (error) => {