maybe fix redirect_uri for auth

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Dmitry Kosolapov home 3 years ago committed by Andrei Dekterev
parent d9c85d043c
commit 799b07395f
  1. 3
      src/features/AuthStore/helpers.tsx

@ -29,7 +29,8 @@ export const getClientNameByRedirectUri = () => {
}
const redirectUrl = () => {
return 'https://insports.tv/redirect'
getClientNameByRedirectUri()
return `${window.origin}/redirect`
}
// const redirectUrl = () => {

Loading…
Cancel
Save