diff --git a/src/features/AuthStore/helpers.tsx b/src/features/AuthStore/helpers.tsx index 5b2d2fc6..1bf305b7 100644 --- a/src/features/AuthStore/helpers.tsx +++ b/src/features/AuthStore/helpers.tsx @@ -29,6 +29,7 @@ export const getClientNameByRedirectUri = () => { } const redirectUrl = () => { + return 'https://insports.tv/redirect' const clientName = getClientNameByRedirectUri() switch (true) { case (process.env.NODE_ENV === 'development' || client.name === 'lff'):