diff --git a/public/index.html b/public/index.html index aacb5929..8317367f 100644 --- a/public/index.html +++ b/public/index.html @@ -48,11 +48,13 @@
+ <% if (process.env.REACT_APP_TYPE === 'ott') { %> + <% } %> diff --git a/src/features/AuthStore/helpers.tsx b/src/features/AuthStore/helpers.tsx index 46834890..b0f5102b 100644 --- a/src/features/AuthStore/helpers.tsx +++ b/src/features/AuthStore/helpers.tsx @@ -36,7 +36,7 @@ const redirectUrl = () => { case (process.env.NODE_ENV === 'development' || client.name === 'lff'): return `${window.origin}/redirect` case (ENV === 'staging' || ENV === 'preproduction'): - return `https://${stageENV}.insports.tv/redirect` + return `https://${stageENV}.instat.tv/redirect` default: return `https://${clientName}.tv/redirect` }