Skip to content

Commit ee45f7c

Browse files
committed
chore: consolidate ts snippets
1 parent 14ec2ed commit ee45f7c

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ async function handleSignInResult(result: SignInOutput) {
214214
}
215215
}
216216

217-
```
218-
219-
```ts
220217
async function confirmMfaCode(mfaCode: string) {
221218
const result = await confirmSignIn({ challengeResponse: mfaCode });
222219

@@ -424,9 +421,6 @@ async function handleSignInResult(result: SignInOutput) {
424421
}
425422
}
426423

427-
```
428-
429-
```ts
430424
async function confirmNewPassword(newPassword: string) {
431425
const result = await confirmSignIn({ challengeResponse: newPassword });
432426

0 commit comments

Comments
 (0)