瀏覽代碼

Fixed typo in strings.xml

David A. Velasco 10 年之前
父節點
當前提交
b9eaffdecd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      res/values/setup.xml

+ 1 - 1
res/values/setup.xml

@@ -19,7 +19,7 @@
     
     <!-- Flags to setup the authentication methods available in the app -->
     <string name="auth_method_oauth2">off</string>
-    <string name="auth_method_saml_web_sso">off</string>
+    <string name="auth_method_saml_web_sso">on</string>
     
     <!-- Flags to enable/disable some features -->
     <string name = "send_files_to_other_apps">on</string>