From af2c1d1035e3063ce338c70377ac7d883f089e16 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 14 Jun 2024 15:27:31 +0200 Subject: [PATCH] check url --- frontend/app/components/Login/GoogleLogin.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 (
- +