mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
test: do not use popup
This commit is contained in:
parent
1b43484013
commit
fb7c5642b0
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => void] => {
|
|||
scope: 'name email',
|
||||
redirectURI: 'https://web.stremio.com/',
|
||||
state: 'signin',
|
||||
usePopup: true,
|
||||
// usePopup: true,
|
||||
});
|
||||
|
||||
window.AppleID.auth.signIn().then((response: AppleSignInResponse) => {
|
||||
|
|
|
|||
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
|
|
@ -34,7 +34,7 @@ declare global {
|
|||
scope: string;
|
||||
redirectURI: string;
|
||||
state: string;
|
||||
usePopup: boolean;
|
||||
// usePopup: boolean;
|
||||
}) => void;
|
||||
signIn: () => Promise<{
|
||||
authorization: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue