Skip to content

Commit

Permalink
Rebase with resumablesignin
Browse files Browse the repository at this point in the history
  • Loading branch information
joon-won committed Dec 18, 2024
1 parent a001291 commit 286ef75
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,11 @@ 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

</Callout>

</InlineFilter>

Expand Down

0 comments on commit 286ef75

Please sign in to comment.