Skip to content

Commit 2056168

Browse files
committed
fix typo
1 parent eb5a851 commit 2056168

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ const { nextStep: signInNextStep } = await signIn({
14191419
if (
14201420
signInNextStep.signInStep === 'CONTINUE_SIGN_IN_WITH_FIRST_FACTOR_SELECTION'
14211421
) {
1422-
// present user with list of available challenges and
1422+
// present user with list of available challenges
14231423
console.log(`Available Challenges: ${signInNextStep.availableChallenges}`);
14241424

14251425
// respond with user selection using `confirmSignIn` API

0 commit comments

Comments
 (0)