Răsfoiți Sursa

modify comment

utsushiiro 7 ani în urmă
părinte
comite
8ac1decd3b
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/server/routes/admin.js

+ 2 - 2
src/server/routes/admin.js

@@ -1481,8 +1481,8 @@ module.exports = function(crowi, app) {
   /**
    * validate setting form values for SAML
    *
-   * This validation checks for the value of each mandatory items
-   * whether the value from the environment variables is empty and form value to update it is empty.
+   * This validation checks, for the value of each mandatory items,
+   * whether it from the environment variables is empty and form value to update it is empty.
    */
   function validateSamlSettingForm(form) {
     for (const key of crowi.passportService.mandatoryConfigKeysForSaml) {