소스 검색

Hide by default the SSO button

Dorin Paslaru 9 년 전
부모
커밋
e4c5ed6f02
1개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. 8 5
      src/config.sample.js

+ 8 - 5
src/config.sample.js

@@ -47,11 +47,14 @@ export const providerType = {
 }
 
 export const loginButtons = [
-  {
-    name: "Microsoft",
-    id: "microsoft",
-    url: ``
-  }
+  // Add here your login providers
+  // Example:
+
+  // {
+  //   name: "Microsoft",
+  //   id: "microsoft",
+  //   url: ``
+  // }
 ]
 
 export const useSecret = true; // flag to use secret_ref for endpoints