Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/auth/connect-your-fronten…
Browse files Browse the repository at this point in the history
…d/sign-in/index.mdx

Co-authored-by: James Jarvis <jjarvisp@amazon.com>
  • Loading branch information
joon-won and jjarvisp authored Dec 18, 2024
1 parent 286ef75 commit f154249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ if (nextStep.signInStep === "CONTINUE_SIGN_IN_WITH_TOTP_SETUP") {
```
<Callout info>

**Note:** The Amplify authentication flow will persist relevant session data throughout the lifespan of a page session, enabling the `confirmSignIn` API to be leveraged even after a full page refresh in a multi-page application, such as when redirecting from a login page to a sign in confirmation page
**Note:** The Amplify authentication flow will persist relevant session data throughout the lifespan of a page session. This enables the `confirmSignIn` API to be leveraged even after a full page refresh in a multi-page application, such as when redirecting from a login page to a sign in confirmation page.

</Callout>

Expand Down

0 comments on commit f154249

Please sign in to comment.