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 14ec2ed commit ee45f7cCopy full SHA for ee45f7c
src/pages/[platform]/build-a-backend/auth/connect-your-frontend/multi-step-sign-in/index.mdx
@@ -214,9 +214,6 @@ async function handleSignInResult(result: SignInOutput) {
214
}
215
216
217
-```
218
-
219
-```ts
220
async function confirmMfaCode(mfaCode: string) {
221
const result = await confirmSignIn({ challengeResponse: mfaCode });
222
@@ -424,9 +421,6 @@ async function handleSignInResult(result: SignInOutput) {
424
421
425
422
426
423
427
428
429
430
async function confirmNewPassword(newPassword: string) {
431
const result = await confirmSignIn({ challengeResponse: newPassword });
432
0 commit comments