diff --git a/src/routes/Intro/useAppleLogin.ts b/src/routes/Intro/useAppleLogin.ts index 583dd4411..4128ee259 100644 --- a/src/routes/Intro/useAppleLogin.ts +++ b/src/routes/Intro/useAppleLogin.ts @@ -52,7 +52,6 @@ const useAppleLogin = (): [() => Promise, () => void] => { usePopup: true, }); - window.AppleID.auth.signIn().then((response: AppleSignInResponse) => { if (response.authorization) { try {