Skip to content

Commit

Permalink
chore: update README.mdx (#6121)
Browse files Browse the repository at this point in the history
Added a missing backtick that breaks layout
  • Loading branch information
screencomuser authored Jun 27, 2024
1 parent b1e7f62 commit 9904ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ After signing out, it'll be great to redirect your user back to your website. Le

In Logto SDK, you can use the `withLogto` middleware to get `req.user.isAuthenticated` to check the authentication status, if the user is signed in, the value will be `true`, otherwise, the value will be `false`.

``ts
```ts
import { withLogto } from '@logto/express';

app.use(withLogto(config));
Expand Down

0 comments on commit 9904ac7

Please sign in to comment.