From 43c8648084b4344589d6026b0e030d52555bd091 Mon Sep 17 00:00:00 2001 From: Brandon Gevat Date: Mon, 9 Dec 2024 14:07:49 -0500 Subject: [PATCH] Fix typo in User DN Search Filter example --- 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, },