File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
lib/ts/recipe/webauthn/components/features/signIn Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments