From 2e66a13f486882037d932b8f749a1d0568bfa0d3 Mon Sep 17 00:00:00 2001 From: brandongevat Date: Tue, 10 Dec 2024 19:09:13 -0800 Subject: [PATCH] Fix typo in User DN Search Filter example (#3485) --- web-app/src/screens/Console/IDP/utils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/screens/Console/IDP/utils.tsx b/web-app/src/screens/Console/IDP/utils.tsx index 9cb9bcad4c..6779f53ea8 100644 --- a/web-app/src/screens/Console/IDP/utils.tsx +++ b/web-app/src/screens/Console/IDP/utils.tsx @@ -221,7 +221,7 @@ export const ldapFormFields = { }, label: "User DN Search Filter", tooltip: "", - placeholder: "(sAMAcountName=%s)", + placeholder: "(sAMAccountName=%s)", type: "text", editOnly: false, },