diff --git a/frontend/app/components/Login/GoogleLogin.tsx b/frontend/app/components/Login/GoogleLogin.tsx index 5d9f55e4f..24b417df5 100644 --- a/frontend/app/components/Login/GoogleLogin.tsx +++ b/frontend/app/components/Login/GoogleLogin.tsx @@ -1,9 +1,12 @@ import React from 'react'; function GoogleLogin({ isLogin }: { isLogin?: boolean }) { + console.log(window.env, window.env.API_EDP) + + const rootUrl = window.env.API_EDP ?? 'https://ee.openreplay.tools/api' return (