mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(useapplelogin): use redirect uri for testing
This commit is contained in:
parent
a1acb7423a
commit
50edda2557
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: 'https://www.stremio.com/login',
|
||||
redirectURI: 'https://stremio.github.io/stremio-web/feat/example-apple-login/',
|
||||
state: 'signin',
|
||||
usePopup: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue