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