From 63de46830d0d1775bf6c0db69dc779a18751e1fa Mon Sep 17 00:00:00 2001 From: Wayne Sutton Date: Tue, 30 Dec 2025 00:33:39 -0800 Subject: [PATCH] update: dashboard requireAuth true --- src/config/siteConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/siteConfig.ts b/src/config/siteConfig.ts index 21de733..be291d9 100644 --- a/src/config/siteConfig.ts +++ b/src/config/siteConfig.ts @@ -635,7 +635,7 @@ Created by [Wayne](https://x.com/waynesutton) with Convex, Cursor, and Claude Op // WARNING: When requireAuth is false, anyone can access the dashboard dashboard: { enabled: true, - requireAuth: false, + requireAuth: true, }, // Image lightbox configuration