fix(#750): check device,toc for india

pull/287/head
Rakov 2 years ago
parent 2d321ff6a2
commit bd218b8888
  1. 17
      public/clients/india/terms-and-conditions.html
  2. 4
      src/features/AuthStore/helpers.tsx

@ -665,6 +665,23 @@
Fee and any applicable Fees for the next renewal period.</span
>
</li>
<li
style="
color: black;
margin-bottom: 0in;
line-height: normal;
background: #f2f2f2;
"
>
<span
style="font-size: 10.5pt; font-family: 'Trebuchet MS', sans-serif"
>To ensure an optimal viewing experience for all users and to safeguard
against unauthorized account sharing be advised that only a single device
can access your inSports TV account at any given time. In the event
that multiple users intend to access the platform concurrently using
a shared account, an automatic logout mechanism will be triggered.</span
>
</li>
</ol>
<p
style="

@ -76,4 +76,6 @@ export const getClientSettings = (): Settings => ({
userStore: new WebStorageStateStore({ store: window.localStorage }),
})
export const needCheckNewDeviсe = client.name === 'instat' || client.name === 'insports'
export const needCheckNewDeviсe = client.name === ClientNames.Instat
|| client.name === ClientNames.Insports
|| client.name === ClientNames.India

Loading…
Cancel
Save