fix(useapplelogin): remove state signin

This commit is contained in:
Timothy Z. 2025-04-14 14:38:19 +03:00
parent 468dc604ae
commit e454cecc45
2 changed files with 0 additions and 2 deletions

View file

@ -48,7 +48,6 @@ const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => void] => {
clientId: CLIENT_ID,
scope: 'name email',
redirectURI: 'https://stremio.github.io/stremio-web/feat/example-apple-login/',
state: 'signin',
usePopup: true,
});

View file

@ -33,7 +33,6 @@ declare global {
clientId: string;
scope: string;
redirectURI: string;
state: string;
usePopup: boolean;
}) => void;
signIn: () => Promise<{