mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
refactor(useapplelogin): use correct url
This commit is contained in:
parent
d09c760a1c
commit
1568ba1bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ type AppleLoginResponse = {
|
|||
name: string;
|
||||
};
|
||||
|
||||
const STREMIO_URL = 'http://localhost:3001';
|
||||
const STREMIO_URL = 'https://www.strem.io';
|
||||
const MAX_TRIES = 25;
|
||||
|
||||
const getCredentials = async (state: string): Promise<AppleLoginResponse> => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue