Bug 69700 - [LDAP] Checking for incorrect LDAP server settings ends with a "successful" save

This commit is contained in:
Alexey Safronov 2024-08-14 20:15:45 +04:00
parent 645adf6050
commit 1b250eaac0

View File

@ -489,7 +489,7 @@ class LdapFormStore {
completed: true, completed: true,
percents: 100, percents: 100,
certificateConfirmRequest: null, certificateConfirmRequest: null,
error: "", error: t("Common:UnexpectedError"),
}; };
} }