mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Revert "fix(useapplelogin): remove state signin"
This reverts commit e454cecc45.
This commit is contained in:
parent
e454cecc45
commit
52dc7722ad
2 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
|
|||
1
src/types/global.d.ts
vendored
1
src/types/global.d.ts
vendored
|
|
@ -33,6 +33,7 @@ declare global {
|
|||
clientId: string;
|
||||
scope: string;
|
||||
redirectURI: string;
|
||||
state: string;
|
||||
usePopup: boolean;
|
||||
}) => void;
|
||||
signIn: () => Promise<{
|
||||
|
|
|
|||
Loading…
Reference in a new issue