Revert "fix(useapplelogin): remove state signin"

This reverts commit e454cecc45.
This commit is contained in:
Timothy Z. 2025-04-14 14:53:44 +03:00
parent e454cecc45
commit 52dc7722ad
2 changed files with 2 additions and 0 deletions

View file

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