|
|
|
@ -29,6 +29,7 @@ export const getClientNameByRedirectUri = () => { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const redirectUrl = () => { |
|
|
|
const redirectUrl = () => { |
|
|
|
|
|
|
|
return 'https://insports.tv/redirect' |
|
|
|
const clientName = getClientNameByRedirectUri() |
|
|
|
const clientName = getClientNameByRedirectUri() |
|
|
|
switch (true) { |
|
|
|
switch (true) { |
|
|
|
case (process.env.NODE_ENV === 'development' || client.name === 'lff'): |
|
|
|
case (process.env.NODE_ENV === 'development' || client.name === 'lff'): |
|
|
|
|