Skip to content

Commit 3826230

Browse files
Undo a change for made for testing
1 parent 13e68ad commit 3826230

File tree

1 file changed

+2
-8
lines changed
  • lib/ts/recipe/webauthn/components/features/signIn

1 file changed

+2
-8
lines changed

lib/ts/recipe/webauthn/components/features/signIn/index.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const SignInWithPasskeyFeature: React.FC<
3939

4040
return (
4141
<AuthComponentWrapper recipeComponentOverrides={recipeComponentOverrides}>
42-
{/* <FeatureWrapper
42+
<FeatureWrapper
4343
useShadowDom={SuperTokens.getInstanceOrThrow().useShadowDom}
4444
defaultStore={defaultTranslationsWebauthn}>
4545
<ContinueWithPasskeyTheme
@@ -48,13 +48,7 @@ export const SignInWithPasskeyFeature: React.FC<
4848
config={props.recipe.config}
4949
continueFor="SIGN_IN"
5050
/>
51-
</FeatureWrapper> */}
52-
<ContinueWithPasskeyTheme
53-
{...props}
54-
continueWithPasskeyClicked={() => props.setFactorList(props.factorIds)}
55-
config={props.recipe.config}
56-
continueFor="SIGN_IN"
57-
/>
51+
</FeatureWrapper>
5852
</AuthComponentWrapper>
5953
);
6054
};

0 commit comments

Comments
 (0)