feat: loginBackgroundBlur option

This commit is contained in:
diced
2025-01-11 13:22:42 -08:00
parent 84d5066b1b
commit 5f026bd2f3
8 changed files with 102 additions and 65 deletions
+1
View File
@@ -182,6 +182,7 @@ export const schema = z.object({
},
]),
loginBackground: z.string().url().nullable().default(null),
loginBackgroundBlur: z.boolean().default(true),
defaultAvatar: z
.string()
.transform((s) => resolve(s))