Skip to content

Commit 77c434d

Browse files
committed
fix: captcha script group
1 parent f2e0e2c commit 77c434d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/react-components/ory/helpers/node-script.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const useScriptNodes = ({ nodes }: { nodes: UiNode[] }) => {
66
useEffect(() => {
77
const scriptNodes = filterNodesByGroups({
88
nodes: nodes,
9-
groups: ["webauthn", "default"],
9+
groups: ["webauthn", "captcha"],
1010
attributes: "text/javascript",
1111
withoutDefaultGroup: true,
1212
withoutDefaultAttributes: true,

0 commit comments

Comments
 (0)