Add global hide_powered_by and make it backward

This commit is contained in:
Owen
2026-05-11 16:18:57 -07:00
parent 264c6bf4e8
commit 77d17af15b
6 changed files with 29 additions and 14 deletions

View File

@@ -141,6 +141,7 @@ export const privateConfigSchema = z
)
.optional(),
hide_auth_layout_footer: z.boolean().optional().default(false),
hide_powered_by: z.boolean().optional(),
login_page: z
.object({
subtitle_text: z.string().optional()