Skip to content

Commit 97ec291

Browse files
committed
chore: update JS callouts for confirm sign-in to be same as other platforms
1 parent c61ad3e commit 97ec291

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ If the next step is `CONFIRM_SIGN_IN_WITH_SMS_CODE`, Amplify Auth has sent the u
122122

123123
<Callout>
124124

125-
The result includes `codeDeliveryDetails` with additional information about the code delivery, such as the partial phone number of the SMS recipient, which can be used to prompt the user on where to look for the code.
125+
The result includes an `AuthCodeDeliveryDetails` member. It includes additional information about the code delivery, such as the partial phone number of the SMS recipient, which can be used to prompt the user on where to look for the code.
126126

127127
</Callout>
128128

@@ -190,7 +190,7 @@ If the next step is `CONFIRM_SIGN_IN_WITH_EMAIL_CODE`, Amplify Auth has sent the
190190

191191
<Callout>
192192

193-
The result includes `codeDeliveryDetails` with additional information about the code delivery, such as the partial email address of the recipient, which can be used to prompt the user on where to look for the code.
193+
The result includes an `AuthCodeDeliveryDetails` member. It includes additional information about the code delivery, such as the partial email address of the recipient, which can be used to prompt the user on where to look for the code.
194194

195195
</Callout>
196196

@@ -488,7 +488,7 @@ See the [sign up](/[platform]/build-a-backend/auth/connect-your-frontend/sign-up
488488

489489
<Callout>
490490

491-
The result includes `codeDeliveryDetails` with additional information about the code delivery, such as the partial phone number of the SMS recipient, which can be used to prompt the user on where to look for the code.
491+
The result includes an `AuthCodeDeliveryDetails` member. It includes additional information about the code delivery, such as the partial phone number of the SMS recipient, which can be used to prompt the user on where to look for the code.
492492

493493
</Callout>
494494

0 commit comments

Comments
 (0)