Skip to content

Commit 53dc48a

Browse files
Update lib/ts/recipe/webauthn/components/themes/signUp/recoverAccountForm.tsx
Co-authored-by: Mihály Lengyel <[email protected]>
1 parent 5c317b6 commit 53dc48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import { RecoverableError } from "../error/recoverableError";
2727

2828
import type { RecoverFromProps } from "../../../types";
2929

30-
export const PasskeyRecoverAccountFormInner = withOverride(
31-
"PasskeyRecoverAccountFormInner",
30+
export const PasskeyRecoverAccountForm = withOverride(
31+
"PasskeyRecoverAccountForm",
3232
(
3333
props: RecoverFromProps & {
3434
setError: React.Dispatch<React.SetStateAction<string | undefined>>;

0 commit comments

Comments
 (0)