0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: update README.mdx (#6121)

Added a missing backtick that breaks layout
This commit is contained in:
ScreenCom User 2024-06-27 16:40:15 +02:00 committed by GitHub
parent b1e7f62f79
commit 9904ac74d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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));