Skip to content

Commit b8fa696

Browse files
Fix incorrectly rendered note block
1 parent 0fe52d3 commit b8fa696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/quickstart/webapp/nextjs/01-login.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ The SDK auto-configures the following routes:
9494
- `/auth/backchannel-logout`: The route to receive a `logout_token` when a configured Back-Channel Logout initiator occurs
9595

9696
:::note
97-
The `/auth/access-token` route is enabled by default, but is only neccessary when the access token is needed on the client-side. If this isn't something you need, you can disable this endpoint by setting `enableAccessTokenEndpoint` to `false`. :::
97+
The `/auth/access-token` route is enabled by default, but is only neccessary when the access token is needed on the client-side. If this isn't something you need, you can disable this endpoint by setting `enableAccessTokenEndpoint` to `false`.
98+
:::
9899

99100
## Add Login to Your Application
100101

0 commit comments

Comments
 (0)