update: dashboard requireAuth true

This commit is contained in:
Wayne Sutton
2025-12-30 00:33:39 -08:00
parent 689951d344
commit 63de46830d

View File

@@ -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