From 639753149f3682c304986c9eafc5795c8b19f5ef Mon Sep 17 00:00:00 2001 From: Huge_Black Date: Sun, 25 Jan 2026 12:03:15 +0800 Subject: [PATCH] fix typo & log token login error --- AltStore/Operations/AuthenticationOperation.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AltStore/Operations/AuthenticationOperation.swift b/AltStore/Operations/AuthenticationOperation.swift index d9fb6d8f..0ec4da44 100644 --- a/AltStore/Operations/AuthenticationOperation.swift +++ b/AltStore/Operations/AuthenticationOperation.swift @@ -388,8 +388,7 @@ private extension AuthenticationOperation completionHandler(.success((account, session))) shouldContinue = false } catch { - print("Autentication failed with token: \(error)") - + Logger.sideload.notice("Authentication failed with token. Fall back to email and password login: \(error)") } }