mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-04 17:09:30 +00:00
Make extendedCompatibility on by default
This commit is contained in:
@@ -45,7 +45,7 @@ type SetHeaderAuthFormValues = z.infer<typeof setHeaderAuthFormSchema>;
|
||||
const defaultValues: Partial<SetHeaderAuthFormValues> = {
|
||||
user: "",
|
||||
password: "",
|
||||
extendedCompatibility: false
|
||||
extendedCompatibility: true
|
||||
};
|
||||
|
||||
type SetHeaderAuthFormProps = {
|
||||
|
||||
Reference in New Issue
Block a user