Skip to content

Commit

Permalink
Fix typo in User DN Search Filter example
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Gevat committed Dec 9, 2024
1 parent d54ed26 commit 43c8648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/screens/Console/IDP/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const ldapFormFields = {
},
label: "User DN Search Filter",
tooltip: "",
placeholder: "(sAMAcountName=%s)",
placeholder: "(sAMAccountName=%s)",
type: "text",
editOnly: false,
},
Expand Down

0 comments on commit 43c8648

Please sign in to comment.