Skip to content

Commit

Permalink
fix: remove extra webauthn nodes from passwordless section
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jul 9, 2024
1 parent 47a50c9 commit 9b5b310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/ory/sections/passwordless-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const PasskeySection = (flow: SelfServiceFlow): JSX.Element | null => {
<FilterFlowNodes
filter={{
nodes: flow.ui.nodes,
groups: ["webauthn", "identifier_first", "passkey"],
groups: ["identifier_first", "passkey"],
withoutDefaultAttributes: true,
attributes: ["hidden"], // the form will take care of hidden fields
}}
Expand Down

0 comments on commit 9b5b310

Please sign in to comment.