chore(useapplelogin): update redirect to prod

This commit is contained in:
Timothy Z. 2025-04-14 23:26:04 +03:00
parent 303dd9858b
commit 57d16957f2

View file

@ -47,7 +47,7 @@ const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => 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,
});