From 21e8ef916ba2c77c6e20fce25b223b8bc14ee1f2 Mon Sep 17 00:00:00 2001 From: Manuel Scurti Date: Tue, 12 Sep 2023 14:34:31 +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 7375362687..b85f6f486d 100644 --- a/docs/auth/autologout.md +++ b/docs/auth/autologout.md @@ -47,7 +47,7 @@ export default app.createRoot( You can further adjust the Auto Logout settings by tweaking the available `` properties: -```ts +```tsx