mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Error message with button "Test LDAP" is empty #5540
This commit is contained in:
parent
86d398abda
commit
f84ab2beda
|
@ -504,7 +504,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
error_text = bind_errors;
|
bind_error_text = bind_errors;
|
||||||
}
|
}
|
||||||
$('#ldapteststatus').html(bind_error_text);
|
$('#ldapteststatus').html(bind_error_text);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue