Explorar el Código

delete Config.isEnabledPassportSaml

utsushiiro hace 7 años
padre
commit
0c15711c10
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/server/models/config.js

+ 0 - 5
src/server/models/config.js

@@ -322,11 +322,6 @@ module.exports = function(crowi) {
     return getValueForCrowiNS(config, key);
   };
 
-  configSchema.statics.isEnabledPassportSaml = function(config) {
-    const key = 'security:passport-saml:isEnabled';
-    return getValueForCrowiNS(config, key);
-  };
-
   configSchema.statics.isEnabledPassportGoogle = function(config) {
     const key = 'security:passport-google:isEnabled';
     return getValueForCrowiNS(config, key);