Skip to content

Commit e53ad02

Browse files
committed
bugfix: gestion de l'Authentification LDAP
1 parent 891ab69 commit e53ad02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/desktop/admin/security.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function initEvents() {
9999

100100
// LDAP activation/desactivation
101101
$('#security').delegate('.configKey[data-l1key="ldap::enable"]', 'change', function () {
102-
if($(this).value() === 1){
102+
if($(this).value() === '1'){
103103
$('#div_config_ldap').show();
104104
}else{
105105
$('#div_config_ldap').hide();

0 commit comments

Comments
 (0)