mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor(useapplelogin): update redirect url
This commit is contained in:
parent
a0fa5e2a92
commit
d457db6f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => void] => {
|
|||
window.AppleID.auth.init({
|
||||
clientId: CLIENT_ID,
|
||||
scope: 'name email',
|
||||
redirectURI: window.location.origin,
|
||||
redirectURI: 'https://www.stremio.com/login',
|
||||
state: 'signin',
|
||||
usePopup: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue