Przeglądaj źródła

Hide by default the SSO button

Dorin Paslaru 8 lat temu
rodzic
commit
e4c5ed6f02
1 zmienionych plików z 8 dodań i 5 usunięć
  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