From 382623039dd1f114e4fff39507fe36dd8fd13f1a Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Mon, 23 Dec 2024 18:33:45 +0530 Subject: [PATCH] Undo a change for made for testing --- .../webauthn/components/features/signIn/index.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/ts/recipe/webauthn/components/features/signIn/index.tsx b/lib/ts/recipe/webauthn/components/features/signIn/index.tsx index 11ff34b75..6984f4c49 100644 --- a/lib/ts/recipe/webauthn/components/features/signIn/index.tsx +++ b/lib/ts/recipe/webauthn/components/features/signIn/index.tsx @@ -39,7 +39,7 @@ export const SignInWithPasskeyFeature: React.FC< return ( - {/* - */} - props.setFactorList(props.factorIds)} - config={props.recipe.config} - continueFor="SIGN_IN" - /> + ); };