diff --git a/Sources/iOS/OAuth2Authorizer+iOS.swift b/Sources/iOS/OAuth2Authorizer+iOS.swift index 1b9e344..0256631 100644 --- a/Sources/iOS/OAuth2Authorizer+iOS.swift +++ b/Sources/iOS/OAuth2Authorizer+iOS.swift @@ -35,7 +35,7 @@ You can subclass this class and override `willPresent(viewController:naviControl open class OAuth2Authorizer: OAuth2AuthorizerUI { /// The OAuth2 instance this authorizer belongs to. - public unowned let oauth2: OAuth2Base + public let oauth2: OAuth2Base #if !os(visionOS) /// Used to store the `SFSafariViewControllerDelegate` || `UIAdaptivePresentationControllerDelegate`