diff --git a/frontend/app/components/Login/GoogleLogin.tsx b/frontend/app/components/Login/GoogleLogin.tsx index 24b417df5..e1b7133ff 100644 --- a/frontend/app/components/Login/GoogleLogin.tsx +++ b/frontend/app/components/Login/GoogleLogin.tsx @@ -3,7 +3,7 @@ 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' + const rootUrl = window.env.API_EDP || 'https://ee.openreplay.tools/api' return (