diff --git a/hub/src/web/routes/auth.ts b/hub/src/web/routes/auth.ts index 8d287b02..b66f36bd 100644 --- a/hub/src/web/routes/auth.ts +++ b/hub/src/web/routes/auth.ts @@ -71,7 +71,7 @@ export function createAuthRoutes(jwtSecret: Uint8Array, store: Store): Hono { - void refreshAuth({ minTtlMs: 60_000 }) + void refreshAuth({ force: true }) } const handleVisibilityChange = () => {