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.
1 parent 7e00f2d commit 29c2eacCopy full SHA for 29c2eac
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