misc: adjusted other hook usage to incorporate new properties

This commit is contained in:
Sheen Capadngan
2024-06-26 19:04:11 +08:00
parent 15758b91f8
commit 1e701687ae
2 changed files with 2 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ export const useUpdateLDAPConfig = () => {
url?: string;
bindDN?: string;
bindPass?: string;
uniqueUserAttribute: string;
uniqueUserAttribute?: string;
searchBase?: string;
searchFilter?: string;
groupSearchBase?: string;

View File

@@ -67,6 +67,7 @@ export const OrgLDAPSection = (): JSX.Element => {
url: "",
bindDN: "",
bindPass: "",
uniqueUserAttribute: "",
searchBase: "",
searchFilter: "",
groupSearchBase: "",