diff --git a/src/routes/Intro/useAppleLogin.ts b/src/routes/Intro/useAppleLogin.ts index b73cb4d09..29e385f45 100644 --- a/src/routes/Intro/useAppleLogin.ts +++ b/src/routes/Intro/useAppleLogin.ts @@ -43,7 +43,7 @@ const useAppleLogin = (): [() => Promise, () => void] => { window.AppleID.auth.init({ clientId: CLIENT_ID, scope: 'name email', - redirectURI: 'https://www.stremio.com/login', + redirectURI: 'https://stremio.github.io/stremio-web/feat/example-apple-login/', state: 'signin', usePopup: true, });