Update useAppleLogin.ts

This commit is contained in:
Timothy Z. 2025-04-14 17:23:09 +03:00
parent 66abce42c5
commit 3aac148258

View file

@ -52,7 +52,6 @@ const useAppleLogin = (): [() => Promise<AppleLoginResponse>, () => void] => {
usePopup: true, usePopup: true,
}); });
window.AppleID.auth.signIn().then((response: AppleSignInResponse) => { window.AppleID.auth.signIn().then((response: AppleSignInResponse) => {
if (response.authorization) { if (response.authorization) {
try { try {