Skip to content

Commit 2e66a13

Browse files
authored
Fix typo in User DN Search Filter example (#3485)
1 parent d54ed26 commit 2e66a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/screens/Console/IDP/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export const ldapFormFields = {
221221
},
222222
label: "User DN Search Filter",
223223
tooltip: "",
224-
placeholder: "(sAMAcountName=%s)",
224+
placeholder: "(sAMAccountName=%s)",
225225
type: "text",
226226
editOnly: false,
227227
},

0 commit comments

Comments
 (0)