mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: adjusted other hook usage to incorporate new properties
This commit is contained in:
@@ -75,7 +75,7 @@ export const useUpdateLDAPConfig = () => {
|
||||
url?: string;
|
||||
bindDN?: string;
|
||||
bindPass?: string;
|
||||
uniqueUserAttribute: string;
|
||||
uniqueUserAttribute?: string;
|
||||
searchBase?: string;
|
||||
searchFilter?: string;
|
||||
groupSearchBase?: string;
|
||||
|
||||
@@ -67,6 +67,7 @@ export const OrgLDAPSection = (): JSX.Element => {
|
||||
url: "",
|
||||
bindDN: "",
|
||||
bindPass: "",
|
||||
uniqueUserAttribute: "",
|
||||
searchBase: "",
|
||||
searchFilter: "",
|
||||
groupSearchBase: "",
|
||||
|
||||
Reference in New Issue
Block a user