utsushiiro 6 лет назад
Родитель
Сommit
daee63aeee
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      src/server/routes/admin.js

+ 1 - 3
src/server/routes/admin.js

@@ -781,10 +781,8 @@ module.exports = function(crowi, app) {
   /**
    * validate setting form values for SAML
    *
-   * The following are checked.
-   *
    * - For the value of each mandatory items,
-   *     check whether it from the environment variables is empty and form value to update it is empty.
+   *     check whether it from the environment variables is empty and form value to update it is empty
    * - validate the syntax of a attribute-based login control rule
    */
   function validateSamlSettingForm(form, t) {