Browse Source

Remove temporary test federation URL

Dorin Paslaru 8 years ago
parent
commit
5986675cc7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/LoginPage/LoginPage.js

+ 2 - 2
src/components/LoginPage/LoginPage.js

@@ -73,12 +73,12 @@ const footerLogoSvg = `
         </g>
     </g>
 </svg>`
-const origin = "http://10.7.1.44/federation"
+const origin = ""
 const loginButtons = [
   {
     name: "Google",
     id: "google",
-    url: `http://coriolis.samfira.com:5000/v3/auth/OS-FEDERATION/websso/openid?origin=${origin}`
+    url: ``
   }
 ]