Explorar o código

Remove temporary test federation URL

Dorin Paslaru %!s(int64=9) %!d(string=hai) anos
pai
achega
5986675cc7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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: ``
   }
 ]