You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASAuthorizationController, didCompleteWithError error: Error) { let logger = Logger() guard let authorizationError = error as? ASAuthorizationError else { isPerformingModalReqest = false logger.error("Unexpected authorization error: \(error.localizedDescription)") return } if authorizationError.code == .canceled { // Either the system doesn't find any credentials and the request ends silently, or the user cancels the request. // This is a good time to show a traditional login form, or ask the user to create an account.
#9737
No description provided.
The text was updated successfully, but these errors were encountered: