Skip to content

Commit

Permalink
fix: captcha script group
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Aug 26, 2024
1 parent f2e0e2c commit 77c434d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/ory/helpers/node-script.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const useScriptNodes = ({ nodes }: { nodes: UiNode[] }) => {
useEffect(() => {
const scriptNodes = filterNodesByGroups({
nodes: nodes,
groups: ["webauthn", "default"],
groups: ["webauthn", "captcha"],
attributes: "text/javascript",
withoutDefaultGroup: true,
withoutDefaultAttributes: true,
Expand Down

0 comments on commit 77c434d

Please sign in to comment.