We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5a851 commit 2056168Copy full SHA for 2056168
src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
@@ -1419,7 +1419,7 @@ const { nextStep: signInNextStep } = await signIn({
1419
if (
1420
signInNextStep.signInStep === 'CONTINUE_SIGN_IN_WITH_FIRST_FACTOR_SELECTION'
1421
) {
1422
- // present user with list of available challenges and
+ // present user with list of available challenges
1423
console.log(`Available Challenges: ${signInNextStep.availableChallenges}`);
1424
1425
// respond with user selection using `confirmSignIn` API
0 commit comments