From 57d16957f2cfd483f9fb6f4651153d2d0ab57230 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 14 Apr 2025 23:26:04 +0300 Subject: [PATCH] chore(useapplelogin): update redirect to prod --- src/routes/Intro/useAppleLogin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Intro/useAppleLogin.ts b/src/routes/Intro/useAppleLogin.ts index 580ec2d86..900944eb8 100644 --- a/src/routes/Intro/useAppleLogin.ts +++ b/src/routes/Intro/useAppleLogin.ts @@ -47,7 +47,7 @@ const useAppleLogin = (): [() => Promise, () => void] => { window.AppleID.auth.init({ clientId: CLIENT_ID, scope: 'name email', - redirectURI: 'https://stremio.github.io/stremio-web/feat/example-apple-login/', + redirectURI: 'https://web.stremio.com/', state: 'signin', usePopup: true, });