Skip to content

Commit f2a8594

Browse files
committed
Remove unused property
1 parent d02861a commit f2a8594

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

WooCommerce/Classes/Authentication/SiteCredentialLoginUseCase.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ final class SiteCredentialLoginUseCase: NSObject, SiteCredentialLoginProtocol, U
130130
return URLSession(configuration: configuration, delegate: self, delegateQueue: nil)
131131
}()
132132

133-
static let supportedAuthChallengeMethods = [
134-
NSURLAuthenticationMethodServerTrust,
135-
NSURLAuthenticationMethodHTTPBasic
136-
]
137-
138133
init(siteURL: String,
139134
cookieJar: HTTPCookieStorage = HTTPCookieStorage.shared) {
140135
self.siteURL = siteURL

0 commit comments

Comments
 (0)