diff --git a/src/routes/Intro/useFacebookLogin.ts b/src/routes/Intro/useFacebookLogin.ts index c59f6e275..f447079ec 100644 --- a/src/routes/Intro/useFacebookLogin.ts +++ b/src/routes/Intro/useFacebookLogin.ts @@ -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 {