Skip to content

Commit

Permalink
- fix finding (9) in #1095
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Jun 14, 2023
1 parent ecee6a5 commit f698eeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ class AccountConnectionAuthErrorConsumer: AccountConnectionConsumer, AccountConn
OCSynchronized(self) {
self.skipAuthorizationFailure = false // Auth failure fixed -> allow new failures to prompt for sign in again
}
self.connection?.updateConnectionStatusSummary() // Trigger status summary update to clear connection._authFailureStatus
} else if let nsError = error as NSError?, !nsError.isOCError(withCode: .authorizationCancelled) {
// Error updating authentication -> inform the user and provide option to retry
context.alertQueue?.async { [weak self] (queueCompletionHandler) in
Expand Down

0 comments on commit f698eeb

Please sign in to comment.