fix(#2386): fix size popup iframe
parent
bcb0265f4b
commit
18a1d4df36
@ -1,6 +1,6 @@ |
|||||||
export const clientCountry = () => { |
export const clientCountry = () => { |
||||||
const country = JSON.parse( |
const country = JSON.parse( |
||||||
localStorage.getItem('oidc.user:https://auth.instat.tv:ott-web') || '', |
localStorage.getItem('oidc.user:https://auth.instat.tv:ott-web') || 'oidc.user:https://test-auth.instat.tv:ott-web', |
||||||
).profile.country_code |
).profile.country_code |
||||||
return country |
return country |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue