Skip to content

Commit

Permalink
chore: misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Oct 27, 2023
1 parent 381f9c3 commit 2206c1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
24 changes: 11 additions & 13 deletions apps/consent/app/components/captcha-challenge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,17 @@ const CaptchaChallengeComponent: React.FC<{
)

useEffect(() => {
{
window.initGeetest(
{
gt: id,
challenge: challenge,
offline: false,
new_captcha: true,
product: "bind",
lang: "en",
},
captchaHandler,
)
}
window.initGeetest(
{
gt: id,
challenge: challenge,
offline: false,
new_captcha: true,
product: "bind",
lang: "en",
},
captchaHandler,
)
}, [captchaHandler, id, challenge])

return <div data-testid="captcha_container" id="captcha"></div>
Expand Down
5 changes: 0 additions & 5 deletions apps/dashboard/.env

This file was deleted.

0 comments on commit 2206c1a

Please sign in to comment.