itizawa 6 лет назад
Родитель
Сommit
ea7d3d8970
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/client/js/services/AdminSecurityContainer.js

+ 0 - 2
src/client/js/services/AdminSecurityContainer.js

@@ -36,8 +36,6 @@ export default class AdminSecurityContainer extends Container {
 
 
     this.switchIsLocalEnabled = this.switchIsLocalEnabled.bind(this);
     this.switchIsLocalEnabled = this.switchIsLocalEnabled.bind(this);
     this.changeRegistrationMode = this.changeRegistrationMode.bind(this);
     this.changeRegistrationMode = this.changeRegistrationMode.bind(this);
-    this.switchIsLdapEnabled = this.switchIsLdapEnabled.bind(this);
-    this.changeLdapBindMode = this.changeLdapBindMode.bind(this);
   }
   }
 
 
   init() {
   init() {