mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-16 05:09:53 +00:00
Add global hide_powered_by and make it backward
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user