Skip to content

Commit 2317f85

Browse files
authored
Update packages/elements/src/internals/machines/sign-in/verification.machine.ts
1 parent e1b4a14 commit 2317f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/elements/src/internals/machines/sign-in/verification.machine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ export const SignInSecondFactorMachine = SignInVerificationMachine.provide({
525525
),
526526
),
527527
prepare: fromPromise(async ({ input }) => {
528-
const { params, parent, resendable } = input;
528+
const { params, parent, resendable } = input as PrepareSecondFactorInput;
529529
const clerk = parent.getSnapshot().context.clerk;
530530

531531
// If a prepare call has already been fired recently, don't re-send

0 commit comments

Comments
 (0)