mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor(Intro): increase waitFroCredentials max tries
This commit is contained in:
parent
6305743c1a
commit
c3f0c91ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import hat from 'hat';
|
|||
import { usePlatform } from 'stremio/common';
|
||||
|
||||
const STREMIO_URL = 'https://www.strem.io';
|
||||
const MAX_TRIES = 10;
|
||||
const MAX_TRIES = 25;
|
||||
|
||||
const getCredentials = async (state: string) => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue