Skip to content

Commit 169d1b5

Browse files
committed
Fixing compile errors pt2
1 parent ee58de5 commit 169d1b5

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

IFTTT SDK/SignInWithAppleAuthentication.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ final class AppleSignInWebService: ServiceAuthentication {
5454
completion(.failure(.notHandled))
5555
case .unknown:
5656
completion(.failure(.unknown))
57-
case .notInteractive:
58-
completion(.failure(.notInteractive))
5957
@unknown default:
6058
completion(.failure(.unknown))
6159
}

IFTTT SDK/WebServiceAuthentication.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ enum AuthenticationError: Error {
1616
case failed
1717
case invalidResponse
1818
case notHandled
19-
case notInteractive
2019
case presentationContextInvalid
2120
case unknown
2221
}

0 commit comments

Comments
 (0)