Removed validation of from (#3340)
This commit is contained in:
parent
3ee77abcf4
commit
85f0cab6bb
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ export const LdapSettingsConnection = ({
|
||||||
const edit = !!id;
|
const edit = !!id;
|
||||||
|
|
||||||
const testLdap = async (testType: TestTypes) => {
|
const testLdap = async (testType: TestTypes) => {
|
||||||
if (!(await form.trigger())) return;
|
|
||||||
try {
|
try {
|
||||||
const settings = convertFormToSettings(form);
|
const settings = convertFormToSettings(form);
|
||||||
await adminClient.realms.testLDAPConnection(
|
await adminClient.realms.testLDAPConnection(
|
||||||
|
|
Loading…
Reference in a new issue