Reset idle timeout to 300 seconds

This commit is contained in:
andrewlalis 2026-01-07 21:14:31 -05:00
parent f6f152af88
commit b7da823ddb
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const route = useRoute()
const router = useRouter()
const authStore = useAuthStore()
const IDLE_TIMEOUT_SECONDS = 10
const IDLE_TIMEOUT_SECONDS = 300
const idleTimeoutModal = useTemplateRef('idleTimeoutModal')
useIdleObserver({
timeout: IDLE_TIMEOUT_SECONDS * 1000,