Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix bug (#1563)

authored by

Thibault Le Ouay and committed by
GitHub
55125945 20d0eeac

+4
+4
apps/server/src/routes/public/status.ts
··· 45 45 return c.json({ status: Status.Unknown }); 46 46 } 47 47 48 + if (currentPage.passwordProtected) { 49 + return c.json({ status: Status.Unknown }); 50 + } 51 + 48 52 const { 49 53 pageStatusReportData, 50 54 monitorStatusReportData,