Skip to content

Commit

Permalink
Undo a change for made for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 23, 2024
1 parent 13e68ad commit 3826230
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/ts/recipe/webauthn/components/features/signIn/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const SignInWithPasskeyFeature: React.FC<

return (
<AuthComponentWrapper recipeComponentOverrides={recipeComponentOverrides}>
{/* <FeatureWrapper
<FeatureWrapper
useShadowDom={SuperTokens.getInstanceOrThrow().useShadowDom}
defaultStore={defaultTranslationsWebauthn}>
<ContinueWithPasskeyTheme
Expand All @@ -48,13 +48,7 @@ export const SignInWithPasskeyFeature: React.FC<
config={props.recipe.config}
continueFor="SIGN_IN"
/>
</FeatureWrapper> */}
<ContinueWithPasskeyTheme
{...props}
continueWithPasskeyClicked={() => props.setFactorList(props.factorIds)}
config={props.recipe.config}
continueFor="SIGN_IN"
/>
</FeatureWrapper>
</AuthComponentWrapper>
);
};
Expand Down

0 comments on commit 3826230

Please sign in to comment.