mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
fix typo & log token login error
This commit is contained in:
@@ -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)")
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user