From 3aac148258593903a3e3b37f77d9bd4c5a7fde52 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 14 Apr 2025 17:23:09 +0300 Subject: [PATCH] Update useAppleLogin.ts --- src/routes/Intro/useAppleLogin.ts | 1 - 1 file changed, 1 deletion(-) 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 {