File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
lib/ts/recipe/webauthn/components Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -244,8 +244,7 @@ export const MFAFeature: React.FC<
244244 < ComponentOverrideContext . Provider value = { recipeComponentOverrides } >
245245 < FeatureWrapper
246246 useShadowDom = { SuperTokens . getInstanceOrThrow ( ) . useShadowDom }
247- defaultStore = { defaultTranslationsWebauthn }
248- >
247+ defaultStore = { defaultTranslationsWebauthn } >
249248 < MFAFeatureInner { ...props } />
250249 </ FeatureWrapper >
251250 </ ComponentOverrideContext . Provider >
Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ export const WebauthnMFASignUp = withOverride(
6262 < Label value = { "WEBAUTHN_SIGN_UP_LABEL" } data-supertokens = "emailInputLabel" />
6363 < a
6464 onClick = { props . onRecoverAccountClick }
65- data-supertokens = "link linkButton formLabelLinkBtn recoverAccountTrigger"
66- >
65+ data-supertokens = "link linkButton formLabelLinkBtn recoverAccountTrigger" >
6766 { t ( "WEBAUTHN_RECOVER_ACCOUNT_LABEL" ) }
6867 </ a >
6968 </ div >
You can’t perform that action at this time.
0 commit comments