diff --git a/docs/auth/autologout.md b/docs/auth/autologout.md index b792ac6ea1..7375362687 100644 --- a/docs/auth/autologout.md +++ b/docs/auth/autologout.md @@ -26,7 +26,7 @@ To enable and configure Auto Logout, you will need to add the `` com Here's how to add it: -```ts +```tsx import { AutoLogout } from '@backstage/core-components'; // ... App.tsx contents