Make extendedCompatibility on by default

This commit is contained in:
Owen
2025-12-21 16:38:17 -05:00
parent 8ea6b0cd9e
commit 1d5d856799
4 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ type SetHeaderAuthFormValues = z.infer<typeof setHeaderAuthFormSchema>;
const defaultValues: Partial<SetHeaderAuthFormValues> = {
user: "",
password: "",
extendedCompatibility: false
extendedCompatibility: true
};
type SetHeaderAuthFormProps = {