We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f544bc3 + 29c2eac commit 2f32a73Copy full SHA for 2f32a73
Sources/macOS/OAuth2Authorizer+macOS.swift
@@ -150,6 +150,7 @@ open class OAuth2Authorizer: OAuth2AuthorizerUI {
150
@available(macOS 10.10, *)
151
open func presentableAuthorizeViewController(at url: URL) throws -> OAuth2WebViewController {
152
let controller = OAuth2WebViewController()
153
+ controller.oauth = oauth2
154
controller.startURL = url
155
controller.interceptURLString = oauth2.redirect!
156
controller.onIntercept = { url in
0 commit comments