Skip to content

Commit

Permalink
add recaptcha component to active deployment display
Browse files Browse the repository at this point in the history
  • Loading branch information
burturt committed Oct 19, 2023
1 parent 4f92278 commit c23e983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/chall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ const Chall = () => {
if (deployed && deployment) {
buttons = (
<div className="deployment-info">
<ReCaptcha sitekey={config.recaptcha_site_key || ""} ref={captchaRef} size="invisible" />
{chall.is_shared ? (
<>
<button className="deploy ON shared">
Expand Down

0 comments on commit c23e983

Please sign in to comment.