소스 검색

Set SSO flag to OFF

masensio 12 년 전
부모
커밋
52500fac9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      res/values/setup.xml

+ 1 - 1
res/values/setup.xml

@@ -5,6 +5,6 @@
     
     <!-- Flags to setup the authentication methods available in the app -->
     <string name="auth_method_oauth2">off</string>
-    <string name="auth_method_saml_web_sso">on</string>
+    <string name="auth_method_saml_web_sso">off</string>
     
 </resources>