mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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({
|
||||
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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue