fix typo & log token login error

This commit is contained in:
Huge_Black
2026-01-25 12:03:15 +08:00
committed by nythepegasus
parent cc5aeaf099
commit 639753149f

View File

@@ -388,8 +388,7 @@ private extension AuthenticationOperation
completionHandler(.success((account, session))) completionHandler(.success((account, session)))
shouldContinue = false shouldContinue = false
} catch { } catch {
print("Autentication failed with token: \(error)") Logger.sideload.notice("Authentication failed with token. Fall back to email and password login: \(error)")
} }
} }