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 36b154d commit c1cf4e9Copy full SHA for c1cf4e9
Sources/Base/OAuth2AuthConfig.swift
@@ -67,7 +67,7 @@ public struct OAuth2AuthConfig {
67
/// Context information for the authorization flow:
68
/// - iOS: The parent view controller to present from
69
/// - macOS: An NSWindow from which to present a modal sheet _or_ `nil` to present in a new window
70
- public var authorizeContext: AnyObject? = nil
+ public weak var authorizeContext: AnyObject? = nil
71
72
/// UI-specific configuration.
73
public var ui = UI()
0 commit comments