Skip to content

Commit a9e1c4a

Browse files
committed
small fix
1 parent 0d58c7f commit a9e1c4a

File tree

1 file changed

+4
-4
lines changed
  • www/apps/resources/app/storefront-development/customers/reset-password

1 file changed

+4
-4
lines changed

www/apps/resources/app/storefront-development/customers/reset-password/page.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ export const resetPasswordFetchHighlights = [
167167
["3", "email", "Receive the email from a query parameter."],
168168
["9", "password", "Assuming the password is retrieved from an input field."],
169169
["14", "fetch", "Send a request to update the customer's password."],
170-
["14", "token", "Pass the token as a query parameter."],
171-
["20", "body", "Pass the email and password in the request body."]
170+
["19", "token", "Pass the token in the Authorization header."],
171+
["21", "body", "Pass the email and password in the request body."]
172172
]
173173

174174
```ts highlights={resetPasswordFetchHighlights}
@@ -211,8 +211,8 @@ export const resetPasswordHighlights = [
211211
["18", "token", "Receive the token from a query parameter."],
212212
["21", "email", "Receive the email from a query parameter."],
213213
["35", "fetch", "Send a request to update the customer's password."],
214-
["35", "token", "Pass the token as a query parameter."],
215-
["41", "body", "Pass the email and password in the request body."]
214+
["40", "token", "Pass the token in the Authorization header."],
215+
["42", "body", "Pass the email and password in the request body."]
216216
]
217217

218218
```tsx highlights={resetPasswordHighlights}

0 commit comments

Comments
 (0)