Explorar o código

add debug code

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
124d5f8b46
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/server/service/passport.js

+ 1 - 0
src/server/service/passport.js

@@ -684,6 +684,7 @@ class PassportService {
   verifySAMLResponseByABLCRule(response) {
     const rule = this.crowi.configManager.getConfig('crowi', 'security:passport-saml:ABLCRule');
     if (rule == null) {
+      debug('There is no ABLCRule.');
       return true;
     }