mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
chore(useapplelogin): update redirect to prod
This commit is contained in:
parent
303dd9858b
commit
57d16957f2
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => void] => {
|
||||||
window.AppleID.auth.init({
|
window.AppleID.auth.init({
|
||||||
clientId: CLIENT_ID,
|
clientId: CLIENT_ID,
|
||||||
scope: 'name email',
|
scope: 'name email',
|
||||||
redirectURI: 'https://stremio.github.io/stremio-web/feat/example-apple-login/',
|
redirectURI: 'https://web.stremio.com/',
|
||||||
state: 'signin',
|
state: 'signin',
|
||||||
usePopup: true,
|
usePopup: true,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue