mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-08 05:56:38 +00:00
Make extendedCompatibility on by default
This commit is contained in:
@@ -56,7 +56,7 @@ export const AuthSchema = z.object({
|
||||
"basic-auth": z.object({
|
||||
user: z.string().min(1),
|
||||
password: z.string().min(1),
|
||||
extendedCompatibility: z.boolean().default(false)
|
||||
extendedCompatibility: z.boolean().default(true)
|
||||
}).optional(),
|
||||
"sso-enabled": z.boolean().optional().default(false),
|
||||
"sso-roles": z
|
||||
|
||||
Reference in New Issue
Block a user