From 3ca092431ce940a03e30934899ca20a63b103a91 Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Wed, 31 Aug 2022 14:38:39 +0700 Subject: [PATCH] maybe fix redirect_uri for auth --- src/features/AuthStore/helpers.tsx | 1 + 1 file changed, 1 insertion(+) 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'):