Skip to content

Commit 49887d3

Browse files
alisaduncanColton Beach
and
Colton Beach
authored
Apply suggestions from code review
Co-authored-by: Colton Beach <98902851+cbeac243@users.noreply.github.com>
1 parent f7f5894 commit 49887d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_source/_posts/2024-03-03-stepup-authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export const stepupInterceptor: HttpInterceptorFn = (req, next) => {
330330
};
331331
```
332332

333-
The error handler needs first to verify this is an error we want to handle. Is this HTTP error a step-up error from our resource server? We can check for this! In the `handleError` method, add the following code and change the return value.
333+
The error handler needs first to verify this is an error we want to handle. Is this HTTP error a step-up error from our resource server? We can check for this! In the `handleError` method, add the following code and change the return value:
334334

335335
```ts
336336
const handleError = (httpError: HttpErrorResponse) => {

0 commit comments

Comments
 (0)