@@ -167,8 +167,8 @@ export const resetPasswordFetchHighlights = [
167
167
[" 3" , " email" , " Receive the email from a query parameter." ],
168
168
[" 9" , " password" , " Assuming the password is retrieved from an input field." ],
169
169
[" 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." ]
172
172
]
173
173
174
174
``` ts highlights={resetPasswordFetchHighlights}
@@ -211,8 +211,8 @@ export const resetPasswordHighlights = [
211
211
[" 18" , " token" , " Receive the token from a query parameter." ],
212
212
[" 21" , " email" , " Receive the email from a query parameter." ],
213
213
[" 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." ]
216
216
]
217
217
218
218
``` tsx highlights={resetPasswordHighlights}
0 commit comments