From 54dca4df651c3d769e28794cbd510c2aaa2a78d2 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Wed, 11 Aug 2021 16:32:40 +0200 Subject: [PATCH] made "simple" the default authentication type (#993) --- src/user-federation/ldap/LdapSettingsConnection.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/user-federation/ldap/LdapSettingsConnection.tsx b/src/user-federation/ldap/LdapSettingsConnection.tsx index 7eb4cdaf48..5b9068365d 100644 --- a/src/user-federation/ldap/LdapSettingsConnection.tsx +++ b/src/user-federation/ldap/LdapSettingsConnection.tsx @@ -76,6 +76,7 @@ export const LdapSettingsConnection = ({ const ldapBindType = useWatch({ control: form.control, name: "config.authType", + defaultValue: ["simple"], }); return ( @@ -248,7 +249,7 @@ export const LdapSettingsConnection = ({ > ( )} >