Skip to content

Commit 133fedc

Browse files
authored
Update web-apps.md
1 parent e98187c commit 133fedc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/content/docs/accesstokenmanagement/web-apps.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ public async Task<IActionResult> CallApi([FromServices] InvoiceClient client)
177177

178178
If you want to use access tokens differently or have more advanced needs which the automatic option doesn't cover, then you can also manually request user access tokens.
179179

180-
{/* prettier-ignore */}
181180
<Tabs syncKey="atm">
182-
{/* prettier-ignore */}
183181
<TabItem label="V4">
184182

185183
You can get the current user access token manually by writing code against the `IUserTokenManager`.
@@ -239,7 +237,6 @@ If you want to use access tokens differently or have more advanced needs which t
239237
</TabItem>
240238
</Tabs>
241239

242-
243240
### HTTP Context Extension Methods
244241

245242
Alternatively, you can also manually request access tokens via these extension methods on the `HttpContext`:

0 commit comments

Comments
 (0)