We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65dcea commit a989839Copy full SHA for a989839
src/pages/catalog-submit/CatalogSubmit.tsx
@@ -830,7 +830,7 @@ export function Component() {
830
/>
831
</Form.Group>
832
<altcha-widget
833
- challengeurl={`https://api.staticforms.xyz/api/altcha/challenge?apiKey=${API_KEY}`}
+ challengeurl={`https://www.staticforms.xyz/api/altcha/challenge?apiKey=${API_KEY}`}
834
name="altchaToken"
835
auto="onfocus"
836
0 commit comments