diff --git a/src/routes/Intro/useAppleLogin.ts b/src/routes/Intro/useAppleLogin.ts index e6508df23..5ecb88c98 100644 --- a/src/routes/Intro/useAppleLogin.ts +++ b/src/routes/Intro/useAppleLogin.ts @@ -21,7 +21,7 @@ type AppleSignInResponse = { }; }; -const CLIENT_ID = 'com.stremio.one'; +const CLIENT_ID = 'com.stremio.services'; const useAppleLogin = (): [() => Promise, () => void] => { const started = useRef(false);