소스 검색

use getConfig to get security:passport-saml:entryPoint(SAML_ENTRY_POINT)

utsushiiro 7 년 전
부모
커밋
80a75ca1fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/server/views/admin/widget/passport/saml.html

+ 1 - 1
src/server/views/admin/widget/passport/saml.html

@@ -28,7 +28,7 @@
         <input id="settingForm[security:passport-saml:entryPoint]" class="form-control"
                type="text"
                name="settingForm[security:passport-saml:entryPoint]"
-               value="{{ settingForm['security:passport-saml:entryPoint'] || '' }}">
+               value="{{ getConfig('crowi', 'security:passport-saml:entryPoint') || '' }}">
         <p class="help-block">
           <small>
             {{ t("security_setting.Use env var if empty", "SAML_ENTRY_POINT") }}