From d3946292b551d063b71ee7278202e804dc16701d Mon Sep 17 00:00:00 2001 From: Manuel Scurti Date: Tue, 12 Sep 2023 14:34:21 +0200 Subject: [PATCH] Update docs/auth/autologout.md Co-authored-by: Patrik Oldsberg Signed-off-by: Manuel Scurti --- docs/auth/autologout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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