Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
razvantomegea committed Oct 9, 2024
1 parent 82980a5 commit 1fc5e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Faucet/Faucet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Faucet = () => {
const isSovereign = activeNetwork.id === 'sovereign';

if (!sitekey && !isSovereign) {
// Faucet does not work without google recaptcha key
// Faucet does not work without google recaptcha key, unless recaptchaBypass is specified (sovereign)
return null;
}

Expand Down

0 comments on commit 1fc5e02

Please sign in to comment.