From 2494ee657245fdf817d4151d40d7119e8c11d607 Mon Sep 17 00:00:00 2001 From: Viktor Kaderabek Date: Mon, 3 Feb 2025 11:48:01 +0100 Subject: [PATCH] update unowned ref --- Sources/iOS/OAuth2Authorizer+iOS.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`