mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(useapplelogin): use correct client id
This commit is contained in:
parent
d457db6f1e
commit
200d3a76d8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ type AppleSignInResponse = {
|
|||
};
|
||||
};
|
||||
|
||||
const CLIENT_ID = 'com.stremio.one';
|
||||
const CLIENT_ID = 'com.stremio.services';
|
||||
|
||||
const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => void] => {
|
||||
const started = useRef(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue