Skip to content

Commit 28477dd

Browse files
authoredJul 9, 2024··
fix: remove extra webauthn nodes from passwordless section (#192)
1 parent 47a50c9 commit 28477dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/react-components/ory/sections/passwordless-section.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const PasskeySection = (flow: SelfServiceFlow): JSX.Element | null => {
5050
<FilterFlowNodes
5151
filter={{
5252
nodes: flow.ui.nodes,
53-
groups: ["webauthn", "identifier_first", "passkey"],
53+
groups: ["identifier_first", "passkey"],
5454
withoutDefaultAttributes: true,
5555
attributes: ["hidden"], // the form will take care of hidden fields
5656
}}

0 commit comments

Comments
 (0)
Please sign in to comment.