Skip to content

Commit 5bcf42c

Browse files
committed
chore: update formatting
1 parent c2940fa commit 5bcf42c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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>

lib/ts/recipe/webauthn/components/themes/mfa/signUp.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)