mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-02 21:51:23 +00:00
complete web device auth flow
This commit is contained in:
parent
da0196a308
commit
e888b76747
28 changed files with 1151 additions and 68 deletions
|
|
@ -124,6 +124,7 @@ export const privateConfigSchema = z.object({
|
|||
})
|
||||
)
|
||||
.optional(),
|
||||
hide_auth_layout_footer: z.boolean().optional().default(false),
|
||||
login_page: z
|
||||
.object({
|
||||
subtitle_text: z.string().optional(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue