check url
This commit is contained in:
parent
af2c1d1035
commit
84e7a0edd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
<div className={'w-full'}>
|
||||
<a href={rootUrl + '/signup-oauth'} role={'button'}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue