|
|
@@ -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);
|